mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Removed compiler warning
(Missed a change of printf format)
This commit is contained in:
@ -3321,7 +3321,7 @@ bool mysql_create_table_no_lock(THD *thd,
|
||||
The handler assigned to the table cannot handle partitioning.
|
||||
Assign the partition handler as the handler of the table.
|
||||
*/
|
||||
DBUG_PRINT("info", ("db_type: %d",
|
||||
DBUG_PRINT("info", ("db_type: %s",
|
||||
ha_resolve_storage_engine_name(create_info->db_type)));
|
||||
delete file;
|
||||
create_info->db_type= partition_hton;
|
||||
|
Reference in New Issue
Block a user