mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
post push fix, removing dbug_print due to compiler warning
This commit is contained in:
parent
559efbf14e
commit
e337639daa
1 changed files with 0 additions and 2 deletions
|
@ -2469,8 +2469,6 @@ int ha_partition::open(const char *name, int mode, uint test_if_locked)
|
|||
~(PARTITION_DISABLED_TABLE_FLAGS)) |
|
||||
(PARTITION_ENABLED_TABLE_FLAGS)))
|
||||
{
|
||||
DBUG_PRINT("error", ("check_table_flag 0x%x != 0x%x table_flags()",
|
||||
check_table_flags, (*file)->ha_table_flags()));
|
||||
error= HA_ERR_INITIALIZATION;
|
||||
goto err_handler;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue