After-merge fix: Use matching format
This commit is contained in:
parent
cc3b5d1fe7
commit
f40c11d88b
@ -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)))
|
||||
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) ||
|
||||
(alter_info->flags & Alter_info::ALTER_REORGANIZE_PARTITION))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user