Go to the source code of this file.
Classes | |
| struct | st_partition_share |
| class | ha_partition |
Defines | |
| #define | PARTITION_BYTES_IN_POS 2 |
Typedefs | |
| typedef st_partition_share | PARTITION_SHARE |
Enumerations | |
| enum | partition_keywords { PKW_HASH = 0, PKW_RANGE, PKW_LIST, PKW_KEY, PKW_MAXVALUE, PKW_LINEAR } |
| #define PARTITION_BYTES_IN_POS 2 |
Definition at line 40 of file ha_partition.h.
Referenced by ha_partition::queue_buf(), and ha_partition::rec_buf().
| typedef struct st_partition_share PARTITION_SHARE |
| enum partition_keywords |
Definition at line 21 of file ha_partition.h.
00022 { 00023 PKW_HASH= 0, PKW_RANGE, PKW_LIST, PKW_KEY, PKW_MAXVALUE, PKW_LINEAR 00024 };
1.4.7

