MySQL 8.4.0
Source Code Documentation
mysql_event_stored_program Struct Reference

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

Member Data Documentation

◆ connection_id

unsigned long mysql_event_stored_program::connection_id

Connection id.

◆ database

MYSQL_LEX_CSTRING mysql_event_stored_program::database

The Database the procedure is defined in.

◆ event_subclass

mysql_event_stored_program_subclass_t mysql_event_stored_program::event_subclass

Event subclass.

◆ name

MYSQL_LEX_CSTRING mysql_event_stored_program::name

Name of the stored program.

◆ parameters

void* mysql_event_stored_program::parameters

Stored program parameters.

◆ query

MYSQL_LEX_CSTRING mysql_event_stored_program::query

SQL query text.

◆ query_charset

const CHARSET_INFO* mysql_event_stored_program::query_charset

SQL query charset.

◆ sql_command_id

enum_sql_command_t mysql_event_stored_program::sql_command_id

SQL command id.


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