MySQL 5.6.14 Source Code Document
|
Public Types | |
enum | SpecType { PS_NONE = 0, PS_USER_DEFINED = 1, PS_DISTR_KEY_PART_PTR = 2 } |
Public Attributes | |
Uint32 | type |
union { | |
struct { | |
Uint32 partitionId | |
} UserDefined | |
struct { | |
const Key_part_ptr * tableKeyParts | |
void * xfrmbuf | |
Uint32 xfrmbuflen | |
} KeyPartPtr | |
}; |