MySQL 8.4.0
Source Code Documentation
mysql_event_tracking_command_data Struct Reference

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

Detailed Description

Structure for Command event tracking.

Events generated as a result of RPC command requests.

Member Data Documentation

◆ command

mysql_cstring_with_length mysql_event_tracking_command_data::command

Command text - ASCII.

◆ connection_id

mysql_connection_id mysql_event_tracking_command_data::connection_id

Connection id.

◆ event_subclass

mysql_event_tracking_command_subclass_t mysql_event_tracking_command_data::event_subclass

Command event subclass.

◆ status

int mysql_event_tracking_command_data::status

Command event status.


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