Bug#49907: ALTER TABLE ... TRUNCATE PARTITION does not wait for
locks on the table Fixing the partitioning specifics after TRUNCATE TABLE in bug-42643 was fixed. Reorganize of code to decrease the size of the giant switch in mysql_execute_command, and to prepare for future parser reengineering. Moved code into Sql_statement objects. Updated patch according to davi's review comments.
Showing
sql/sql_alter_table.cc
0 → 100644
sql/sql_alter_table.h
0 → 100644
sql/sql_partition_admin.cc
0 → 100644
sql/sql_partition_admin.h
0 → 100644
sql/sql_table_maintenance.cc
0 → 100644
sql/sql_table_maintenance.h
0 → 100644
Please register or sign in to comment