MySQL 8.4.2
Source Code Documentation
|
#include <sql_auth_cache.h>
Public Member Functions | |
Acl_credential () | |
Public Attributes | |
LEX_CSTRING | m_auth_string |
uint8 | m_salt [SCRAMBLE_LENGTH+1] |
The salt variable is used as the password hash for native_password_authetication. More... | |
uint8 | m_salt_len |
In the old protocol the salt_len indicated what type of autnetication protocol was used: 0 - no password, 4 - 3.20, 8 - 4.0, 20 - 4.1.1. More... | |
|
inline |
LEX_CSTRING Acl_credential::m_auth_string |
uint8 Acl_credential::m_salt[SCRAMBLE_LENGTH+1] |
The salt variable is used as the password hash for native_password_authetication.
uint8 Acl_credential::m_salt_len |
In the old protocol the salt_len indicated what type of autnetication protocol was used: 0 - no password, 4 - 3.20, 8 - 4.0, 20 - 4.1.1.