MySQL 8.3.0
Source Code Documentation
Collaboration diagram for Partition options in CREATE/ALTER TABLE:

Classes

class  PT_partition_option
 Base class for all partition options. More...
 
class  PT_partition_comment
 Node for the COMMENT [=] <string> partition option. More...
 
class  PT_partition_index_directory
 Node for the INDEX DIRECTORY [=] <string> partition option. More...
 
class  PT_partition_data_directory
 Node for the DATA DIRECTORY [=] <string> partition option. More...
 
class  PT_partition_min_rows
 Node for the MIN_ROWS [=] <integer> partition option. More...
 
class  PT_partition_max_rows
 Node for the MAX_ROWS [=] <integer> partition option. More...
 
class  PT_partition_nodegroup
 Node for the NODEGROUP [=] <integer> partition option. More...
 
class  PT_partition_engine
 Node for the [STORAGE] ENGINE [=] <identifier|string> partition option. More...
 
class  PT_partition_tablespace
 Node for the TABLESPACE [=] <identifier> partition option. More...
 

Detailed Description