MySQL 9.0.0
Source Code Documentation
test_trace::st_trace_data Struct Reference

State information maintained by the test trace plugin for each traced connection. More...

Public Attributes

int last_cmd
 
enum protocol_stage next_stage
 
unsigned int param_count
 
unsigned int col_count
 
bool multi_resultset
 
int errnum
 

Detailed Description

State information maintained by the test trace plugin for each traced connection.


last_cmd last command reported with SEND_COMMAND event next_stage expected next protocol stage col_count the number of columns in the result-set of the last statement which was prepared with COM_STMT_PREPARE multi_resultset true if a multi result-set was detected errnum error number of the last error reported with ERROR event


Member Data Documentation

◆ col_count

unsigned int test_trace::st_trace_data::col_count

◆ errnum

int test_trace::st_trace_data::errnum

◆ last_cmd

int test_trace::st_trace_data::last_cmd

◆ multi_resultset

bool test_trace::st_trace_data::multi_resultset

◆ next_stage

enum protocol_stage test_trace::st_trace_data::next_stage

◆ param_count

unsigned int test_trace::st_trace_data::param_count

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