MySQL 9.0.0
Source Code Documentation
STATE_INFO Struct Reference

Store the change info received from the server in an array of linked lists with STATE_INFO_NODE elements (one per state type). More...

#include <sql_common.h>

Public Attributes

STATE_INFO_NODE info_list [SESSION_TRACK_END+1]
 Array of STATE_NODE_INFO elements (one per state type). More...
 

Detailed Description

Store the change info received from the server in an array of linked lists with STATE_INFO_NODE elements (one per state type).

Member Data Documentation

◆ info_list

STATE_INFO_NODE STATE_INFO::info_list[SESSION_TRACK_END+1]

Array of STATE_NODE_INFO elements (one per state type).


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