![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Structure for MYSQL_AUDIT_AUTHENTICATION_CLASS event class. More...
#include <plugin_audit.h>
Public Attributes | |
| mysql_event_authentication_subclass_t | event_subclass | 
| Event subclass.  More... | |
| int | status | 
| Event status.  More... | |
| unsigned int | connection_id | 
| Connection id.  More... | |
| enum_sql_command_t | sql_command_id | 
| SQL command id.  More... | |
| MYSQL_LEX_CSTRING | query | 
| SQL query text.  More... | |
| const CHARSET_INFO * | query_charset | 
| SQL query charset.  More... | |
| MYSQL_LEX_CSTRING | user | 
| User name.  More... | |
| MYSQL_LEX_CSTRING | host | 
| Host name.  More... | |
| MYSQL_LEX_CSTRING | authentication_plugin | 
| Authentication plugin.  More... | |
| MYSQL_LEX_CSTRING | new_user | 
| New user name.  More... | |
| MYSQL_LEX_CSTRING | new_host | 
| New host name.  More... | |
| bool | is_role | 
| AuthorizationID type.  More... | |
Structure for MYSQL_AUDIT_AUTHENTICATION_CLASS event class.
| MYSQL_LEX_CSTRING mysql_event_authentication::authentication_plugin | 
Authentication plugin.
| unsigned int mysql_event_authentication::connection_id | 
Connection id.
| mysql_event_authentication_subclass_t mysql_event_authentication::event_subclass | 
Event subclass.
| MYSQL_LEX_CSTRING mysql_event_authentication::host | 
Host name.
| bool mysql_event_authentication::is_role | 
AuthorizationID type.
| MYSQL_LEX_CSTRING mysql_event_authentication::new_host | 
New host name.
| MYSQL_LEX_CSTRING mysql_event_authentication::new_user | 
New user name.
| MYSQL_LEX_CSTRING mysql_event_authentication::query | 
SQL query text.
| const CHARSET_INFO* mysql_event_authentication::query_charset | 
SQL query charset.
| enum_sql_command_t mysql_event_authentication::sql_command_id | 
SQL command id.
| int mysql_event_authentication::status | 
Event status.
| MYSQL_LEX_CSTRING mysql_event_authentication::user | 
User name.