MySQL 9.1.0
Source Code Documentation
|
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... | |
Structure for Stored program event tracking.
mysql_connection_id mysql_event_tracking_stored_program_data::connection_id |
Connection id.
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.
mysql_event_tracking_stored_program_subclass_t mysql_event_tracking_stored_program_data::event_subclass |
Event subclass.
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.
void* mysql_event_tracking_stored_program_data::parameters |
Stored program parameters.