MySQL 8.4.0
Source Code Documentation
mysql_event_tracking_stored_program_data Struct Reference

Structure for Stored program event tracking. More...

#include <event_tracking_stored_program_defs.h>

Public Attributes

mysql_event_tracking_stored_program_subclass_t event_subclass
 Event subclass. More...
 
mysql_connection_id connection_id
 Connection id. More...
 
mysql_cstring_with_length database
 The Database the procedure is defined in System charset (defaults to utf8mb4) Please use s_mysql_mysql_charset to obtain charset. More...
 
mysql_cstring_with_length name
 Name of the stored program - System charset (defaults to utf8mb4) Please use s_mysql_mysql_charset to obtain charset. More...
 
void * parameters
 Stored program parameters. More...
 

Detailed Description

Structure for Stored program event tracking.

Member Data Documentation

◆ connection_id

mysql_connection_id mysql_event_tracking_stored_program_data::connection_id

Connection id.

◆ database

mysql_cstring_with_length mysql_event_tracking_stored_program_data::database

The Database the procedure is defined in System charset (defaults to utf8mb4) Please use s_mysql_mysql_charset to obtain charset.

◆ event_subclass

mysql_event_tracking_stored_program_subclass_t mysql_event_tracking_stored_program_data::event_subclass

Event subclass.

◆ name

mysql_cstring_with_length mysql_event_tracking_stored_program_data::name

Name of the stored program - System charset (defaults to utf8mb4) Please use s_mysql_mysql_charset to obtain charset.

◆ parameters

void* mysql_event_tracking_stored_program_data::parameters

Stored program parameters.


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