MySQL 5.6.14 Source Code Document
|
Public Types | |
enum | RequestType { AlterIndexOnline = 1, AlterIndexOffline = 2, AlterIndexAddPartition = 3, AlterIndexBuilding = 4 } |
Public Member Functions | |
STATIC_CONST (SignalLength=8) |
Public Attributes | |
Uint32 | senderRef |
Uint32 | senderData |
Uint32 | requestType |
Uint32 | tableId |
Uint32 | tableVersion |
Uint32 | indexId |
Uint32 | indexVersion |
Uint32 | indexType |
Definition at line 21 of file AlterIndxImpl.hpp.