MySQL 8.3.0
Source Code Documentation
mysql_event_query Struct Reference

#include <plugin_audit.h>

Public Attributes

mysql_event_query_subclass_t event_subclass
 Event subclass. More...
 
int status
 Event status. 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...
 

Member Data Documentation

◆ connection_id

unsigned long mysql_event_query::connection_id

Connection id.

◆ event_subclass

mysql_event_query_subclass_t mysql_event_query::event_subclass

Event subclass.

◆ query

MYSQL_LEX_CSTRING mysql_event_query::query

SQL query.

◆ query_charset

const CHARSET_INFO* mysql_event_query::query_charset

SQL query charset.

◆ sql_command_id

enum_sql_command_t mysql_event_query::sql_command_id

SQL command id.

◆ status

int mysql_event_query::status

Event status.


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