MySQL 9.0.0
Source Code Documentation
mysql_event_authentication Struct Reference

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

Detailed Description

Structure for MYSQL_AUDIT_AUTHENTICATION_CLASS event class.

Member Data Documentation

◆ authentication_plugin

MYSQL_LEX_CSTRING mysql_event_authentication::authentication_plugin

Authentication plugin.

◆ connection_id

unsigned int mysql_event_authentication::connection_id

Connection id.

◆ event_subclass

mysql_event_authentication_subclass_t mysql_event_authentication::event_subclass

Event subclass.

◆ host

MYSQL_LEX_CSTRING mysql_event_authentication::host

Host name.

◆ is_role

bool mysql_event_authentication::is_role

AuthorizationID type.

◆ new_host

MYSQL_LEX_CSTRING mysql_event_authentication::new_host

New host name.

◆ new_user

MYSQL_LEX_CSTRING mysql_event_authentication::new_user

New user name.

◆ query

MYSQL_LEX_CSTRING mysql_event_authentication::query

SQL query text.

◆ query_charset

const CHARSET_INFO* mysql_event_authentication::query_charset

SQL query charset.

◆ sql_command_id

enum_sql_command_t mysql_event_authentication::sql_command_id

SQL command id.

◆ status

int mysql_event_authentication::status

Event status.

◆ user

MYSQL_LEX_CSTRING mysql_event_authentication::user

User name.


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