mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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)))
|
||||
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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user