#include "my_base.h"
#include "sql/handler.h"
 
Go to the source code of this file.
 | 
| enum class   | partition_type { NONE = 0
, RANGE
, HASH
, LIST
 } | 
|   | An enum and a struct to handle partitioning and subpartitioning.  More...
  | 
|   | 
| enum   | partition_state {  
  PART_NORMAL = 0
, PART_IS_DROPPED = 1
, PART_TO_BE_DROPPED = 2
, PART_TO_BE_ADDED = 3
,  
  PART_TO_BE_REORGED = 4
, PART_REORGED_DROPPED = 5
, PART_CHANGED = 6
, PART_IS_CHANGED = 7
,  
  PART_IS_ADDED = 8
, PART_ADMIN = 9
 
 } | 
|   | 
◆ part_column_list_val
◆ part_elem_value
◆ partition_state
| Enumerator | 
|---|
| PART_NORMAL  |  | 
| PART_IS_DROPPED  |  | 
| PART_TO_BE_DROPPED  |  | 
| PART_TO_BE_ADDED  |  | 
| PART_TO_BE_REORGED  |  | 
| PART_REORGED_DROPPED  |  | 
| PART_CHANGED  |  | 
| PART_IS_CHANGED  |  | 
| PART_IS_ADDED  |  | 
| PART_ADMIN  |  | 
 
 
◆ partition_type
An enum and a struct to handle partitioning and subpartitioning. 
| Enumerator | 
|---|
| NONE  |  | 
| RANGE  |  | 
| HASH  |  | 
| LIST  |  |