MySQL 8.3.0
Source Code Documentation
sql_partition_admin.h File Reference
#include "my_sqlcommand.h"
#include "sql/sql_admin.h"
#include "sql/sql_alter.h"

Go to the source code of this file.

Classes

class  Sql_cmd_alter_table_exchange_partition
 Class that represents the ALTER TABLE t1 EXCHANGE PARTITION p WITH TABLE t2 statement. More...
 
class  Sql_cmd_alter_table_analyze_partition
 Class that represents the ALTER TABLE t1 ANALYZE PARTITION p statement. More...
 
class  Sql_cmd_alter_table_check_partition
 Class that represents the ALTER TABLE t1 CHECK PARTITION p statement. More...
 
class  Sql_cmd_alter_table_optimize_partition
 Class that represents the ALTER TABLE t1 OPTIMIZE PARTITION p statement. More...
 
class  Sql_cmd_alter_table_repair_partition
 Class that represents the ALTER TABLE t1 REPAIR PARTITION p statement. More...
 
class  Sql_cmd_alter_table_truncate_partition
 Class that represents the ALTER TABLE t1 TRUNCATE PARTITION p statement. More...