MySQL 9.1.0
Source Code Documentation
|
#include <plugin_audit.h>
Public Attributes | |
mysql_event_stored_program_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 text. More... | |
const CHARSET_INFO * | query_charset |
SQL query charset. More... | |
MYSQL_LEX_CSTRING | database |
The Database the procedure is defined in. More... | |
MYSQL_LEX_CSTRING | name |
Name of the stored program. More... | |
void * | parameters |
Stored program parameters. More... | |
unsigned long mysql_event_stored_program::connection_id |
Connection id.
MYSQL_LEX_CSTRING mysql_event_stored_program::database |
The Database the procedure is defined in.
mysql_event_stored_program_subclass_t mysql_event_stored_program::event_subclass |
Event subclass.
MYSQL_LEX_CSTRING mysql_event_stored_program::name |
Name of the stored program.
void* mysql_event_stored_program::parameters |
Stored program parameters.
MYSQL_LEX_CSTRING mysql_event_stored_program::query |
SQL query text.
const CHARSET_INFO* mysql_event_stored_program::query_charset |
SQL query charset.
enum_sql_command_t mysql_event_stored_program::sql_command_id |
SQL command id.