|
MySQL 5.6.14 Source Code Document
|
Public Types | |
| enum | ConnectState { INUSE = 0, FREE = 1, STARTED = 2, ALTER_TABLE = 3, ALTER_TABLE_ABORT = 4, ALTER_TABLE_REVERT = 5, GET_TABINFO = 6 } |
Public Attributes | |
| union { | |
| Uint32 nodes [MAX_REPLICAS] | |
| struct { | |
| Uint32 m_changeMask | |
| Uint32 m_totalfragments | |
| Uint32 m_org_totalfragments | |
| Uint32 m_new_map_ptr_i | |
| } m_alter | |
| struct { | |
| Uint32 m_map_ptr_i | |
| } m_create | |
| struct { | |
| Uint32 m_requestInfo | |
| } m_get_tabinfo | |
| }; | |
| ConnectState | connectState |
| Uint32 | nextPool |
| Uint32 | table |
| Uint32 | userpointer |
| BlockReference | userblockref |
| Callback | m_callback |