mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
After-merge fix: Use matching format
This commit is contained in:
@ -4709,7 +4709,7 @@ uint prep_alter_part_table(THD *thd, TABLE *table, Alter_info *alter_info,
|
|||||||
if (!(tab_part_info= tab_part_info->get_clone(thd)))
|
if (!(tab_part_info= tab_part_info->get_clone(thd)))
|
||||||
DBUG_RETURN(TRUE);
|
DBUG_RETURN(TRUE);
|
||||||
}
|
}
|
||||||
DBUG_PRINT("info", ("*fast_alter_table flags: 0x%x", flags));
|
DBUG_PRINT("info", ("*fast_alter_table flags: 0x%llx", flags));
|
||||||
if ((alter_info->flags & Alter_info::ALTER_ADD_PARTITION) ||
|
if ((alter_info->flags & Alter_info::ALTER_ADD_PARTITION) ||
|
||||||
(alter_info->flags & Alter_info::ALTER_REORGANIZE_PARTITION))
|
(alter_info->flags & Alter_info::ALTER_REORGANIZE_PARTITION))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user