mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
BUG#17754
Added new syntax ALTER TABLE t1 REMOVE PARTITIONING, changed semantics of ALTER TABLE t1 ENGINE=X; to not remove partitioning Fix a number of mix engine bugs in partitioning
This commit is contained in:
parent
5d8956309c
commit
bd77396a94
@@ -2053,6 +2053,7 @@ bool mysql_create_table_internal(THD *thd,
|
||||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
file->set_auto_partitions(part_info);
|
||||
part_info->default_engine_type= create_info->db_type;
|
||||
}
|
||||
if (part_info)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user