Skip to content

Commit 1befd1f

Browse files
committed
merge
2 parents c903a13 + af73887 commit 1befd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/ha_partition.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@ uint ha_partition::del_ren_cre_table(const char *from,
18941894
if (get_from_handler_file(from, ha_thd()->mem_root))
18951895
DBUG_RETURN(TRUE);
18961896
DBUG_ASSERT(m_file_buffer);
1897-
DBUG_PRINT("enter", ("from: (%s) to: (%s)", from, to));
1897+
DBUG_PRINT("enter", ("from: (%s) to: (%s)", from, to ? to : "(nil)"));
18981898
name_buffer_ptr= m_name_buffer_ptr;
18991899
file= m_file;
19001900
if (to == NULL && table_arg == NULL)

0 commit comments

Comments
 (0)