mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111
This commit is contained in:
@ -4158,6 +4158,8 @@ uint set_part_state(Alter_info *alter_info, partition_info *tab_part_info,
|
||||
DBUG_PRINT("info", ("Setting part_state to %u for partition %s",
|
||||
part_state, part_elem->partition_name));
|
||||
}
|
||||
else
|
||||
part_elem->part_state= PART_NORMAL;
|
||||
} while (++part_count < tab_part_info->no_parts);
|
||||
return no_parts_found;
|
||||
}
|
||||
|
Reference in New Issue
Block a user