MySQL 8.3.0
Source Code Documentation
Acl_credential Class Reference

#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...
 

Constructor & Destructor Documentation

◆ Acl_credential()

Acl_credential::Acl_credential ( )
inline

Member Data Documentation

◆ m_auth_string

LEX_CSTRING Acl_credential::m_auth_string

◆ m_salt

uint8 Acl_credential::m_salt[SCRAMBLE_LENGTH+1]

The salt variable is used as the password hash for native_password_authetication.

◆ m_salt_len

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.


The documentation for this class was generated from the following file: