MySQL 8.3.0
Source Code Documentation
STATE_INFO_NODE Struct Reference

The structure is used to hold the state change information received from the server. More...

#include <sql_common.h>

Public Attributes

LISThead_node
 head_node->data is a LEX_STRING which contains the variable name. More...
 
LISTcurrent_node
 

Detailed Description

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.

Member Data Documentation

◆ current_node

LIST* STATE_INFO_NODE::current_node

◆ head_node

LIST* STATE_INFO_NODE::head_node

head_node->data is a LEX_STRING which contains the variable name.


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