Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: typo in sql_auth_cache.h
  • Loading branch information
varundhand authored Oct 30, 2023
commit ea6c65bd48b8d44867ce6bb61357106703ea51f0
2 changes: 1 addition & 1 deletion sql/auth/sql_auth_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class Acl_credential {
LEX_CSTRING m_auth_string;
/**
The salt variable is used as the password hash for
native_password_authetication.
native_password_authentication.
*/
uint8 m_salt[SCRAMBLE_LENGTH + 1]; // scrambled password in binary form
/**
Expand Down