![]() |
MySQL 9.5.0
Source Code Documentation
|
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 |
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
| unsigned int test_trace::st_trace_data::col_count |
| int test_trace::st_trace_data::errnum |
| int test_trace::st_trace_data::last_cmd |
| bool test_trace::st_trace_data::multi_resultset |
| enum protocol_stage test_trace::st_trace_data::next_stage |
| unsigned int test_trace::st_trace_data::param_count |