|
MySQL 5.6.14 Source Code Document
|
Public Types | |
| enum | ErrorCode { InvalidTableId = 709, TableNotDefined = 723, TableNameTooLong = 702, NoFetchByName = 710, Busy = 701 } |
Public Member Functions | |
| STATIC_CONST (SignalLength=7) | |
| STATIC_CONST (OriginalSignalLength=5) | |
| STATIC_CONST (OriginalErrorOffset=4) | |
Public Attributes | |
| Uint32 | senderData |
| Uint32 | senderRef |
| Uint32 | requestType |
| union { | |
| Uint32 tableId | |
| Uint32 tableNameLen | |
| }; | |
| Uint32 | schemaTransId |
| Uint32 | errorCode |
| Uint32 | errorLine |
Friends | |
| class | Dbdict |
| class | Backup |
| class | Trix |
| class | DbUtil |
| class | Table |
| bool | printGET_TABINFO_REF (FILE *, const Uint32 *, Uint32, Uint16) |
Definition at line 62 of file GetTabInfo.hpp.
|
friend |
Sender(s) / Reciver(s)
Definition at line 67 of file GetTabInfo.hpp.