MySQL 9.0.0
Source Code Documentation
mysql_event_table_access Struct Reference

#include <plugin_audit.h>

Public Attributes

mysql_event_table_access_subclass_t event_subclass
 Event subclass. More...
 
unsigned long connection_id
 Connection id. More...
 
enum_sql_command_t sql_command_id
 SQL command id. More...
 
MYSQL_LEX_CSTRING query
 SQL query. More...
 
const CHARSET_INFOquery_charset
 SQL query charset. More...
 
MYSQL_LEX_CSTRING table_database
 Database name. More...
 
MYSQL_LEX_CSTRING table_name
 Table name. More...
 

Member Data Documentation

◆ connection_id

unsigned long mysql_event_table_access::connection_id

Connection id.

◆ event_subclass

mysql_event_table_access_subclass_t mysql_event_table_access::event_subclass

Event subclass.

◆ query

MYSQL_LEX_CSTRING mysql_event_table_access::query

SQL query.

◆ query_charset

const CHARSET_INFO* mysql_event_table_access::query_charset

SQL query charset.

◆ sql_command_id

enum_sql_command_t mysql_event_table_access::sql_command_id

SQL command id.

◆ table_database

MYSQL_LEX_CSTRING mysql_event_table_access::table_database

Database name.

◆ table_name

MYSQL_LEX_CSTRING mysql_event_table_access::table_name

Table name.


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