mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
MySQL-5.5.35 merge
This commit is contained in:
commit
37d240ecf9
90 changed files with 864 additions and 289 deletions
|
|
@ -5106,6 +5106,8 @@ that are reorganised.
|
|||
}
|
||||
else if (alter_info->flags & ALTER_REBUILD_PARTITION)
|
||||
{
|
||||
set_engine_all_partitions(tab_part_info,
|
||||
tab_part_info->default_engine_type);
|
||||
if (set_part_state(alter_info, tab_part_info, PART_CHANGED))
|
||||
{
|
||||
my_error(ER_DROP_PARTITION_NON_EXISTENT, MYF(0), "REBUILD");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue