MySQL 8.4.2
Source Code Documentation
|
The structure is used to hold the state change information received from the server. More...
#include <sql_common.h>
Public Attributes | |
LIST * | head_node |
head_node->data is a LEX_STRING which contains the variable name. More... | |
LIST * | current_node |
The structure is used to hold the state change information received from the server.
LIST functions are used for manipulation of the members of the structure.
LIST* STATE_INFO_NODE::current_node |
LIST* STATE_INFO_NODE::head_node |
head_node->data is a LEX_STRING which contains the variable name.