MySQL 9.1.0
Source Code Documentation
|
Structure for MYSQL_AUDIT_AUTHORIZATION_CLASS event class. More...
#include <plugin_audit.h>
Public Attributes | |
mysql_event_authorization_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 | database |
Database name. More... | |
MYSQL_LEX_CSTRING | table |
Table name. More... | |
MYSQL_LEX_CSTRING | object |
Other name associated with the event. More... | |
unsigned long | requested_privilege |
Requested authorization privileges. More... | |
unsigned long | granted_privilege |
Currently granted authorization privileges. More... | |
Structure for MYSQL_AUDIT_AUTHORIZATION_CLASS event class.
unsigned int mysql_event_authorization::connection_id |
Connection id.
MYSQL_LEX_CSTRING mysql_event_authorization::database |
Database name.
mysql_event_authorization_subclass_t mysql_event_authorization::event_subclass |
Event subclass.
unsigned long mysql_event_authorization::granted_privilege |
Currently granted authorization privileges.
MYSQL_LEX_CSTRING mysql_event_authorization::object |
Other name associated with the event.
MYSQL_LEX_CSTRING mysql_event_authorization::query |
SQL query text.
const CHARSET_INFO* mysql_event_authorization::query_charset |
SQL query charset.
unsigned long mysql_event_authorization::requested_privilege |
Requested authorization privileges.
enum_sql_command_t mysql_event_authorization::sql_command_id |
SQL command id.
int mysql_event_authorization::status |
Event status.
MYSQL_LEX_CSTRING mysql_event_authorization::table |
Table name.