From ef9579619d12a6d9034cfbdfdd90cbd6e5a314b9 Mon Sep 17 00:00:00 2001 From: "mattiasj@witty." <> Date: Tue, 26 Feb 2008 07:58:46 +0100 Subject: [PATCH] Removed compiler warning (Missed a change of printf format) --- sql/sql_table.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 3114bbc77b3..5600abfdc87 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -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;