|
MySQL 5.6.14 Source Code Document
|
#include <GetTabInfo.hpp>
Public Types | |
| enum | RequestType { RequestById = 0, RequestByName = 1, LongSignalConf = 2 } |
Public Member Functions | |
| STATIC_CONST (SignalLength=5) | |
| SECTION (TABLE_NAME=0) | |
Public Attributes | |
| Uint32 | senderData |
| Uint32 | senderRef |
| Uint32 | requestType |
| union { | |
| Uint32 tableId | |
| Uint32 tableNameLen | |
| }; | |
| Uint32 | schemaTransId |
Friends | |
| class | Dbdict |
| class | Backup |
| class | Trix |
| class | DbUtil |
| class | Table |
| bool | printGET_TABINFO_REQ (FILE *, const Uint32 *, Uint32, Uint16) |
GetTabInfo - Get table info from DICT
Successfull return = series of DICTTABINFO-signals
Definition at line 29 of file GetTabInfo.hpp.
|
friend |
Sender(s) / Reciver(s)
Definition at line 34 of file GetTabInfo.hpp.