MySQL 9.1.0
Source Code Documentation
|
Structure for Command event tracking. More...
#include <event_tracking_command_defs.h>
Public Attributes | |
mysql_event_tracking_command_subclass_t | event_subclass |
Command event subclass. More... | |
int | status |
Command event status. More... | |
mysql_connection_id | connection_id |
Connection id. More... | |
mysql_cstring_with_length | command |
Command text - ASCII. More... | |
Structure for Command event tracking.
Events generated as a result of RPC command requests.
mysql_cstring_with_length mysql_event_tracking_command_data::command |
Command text - ASCII.
mysql_connection_id mysql_event_tracking_command_data::connection_id |
Connection id.
mysql_event_tracking_command_subclass_t mysql_event_tracking_command_data::event_subclass |
Command event subclass.
int mysql_event_tracking_command_data::status |
Command event status.