diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-03-03 16:06:14 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-03-03 16:06:14 +0100 |
commit | 50608a0b4b2ff67bf368ccb92797f43b4e231292 (patch) | |
tree | c0a4ff59262c8c04111071fdec91a6a7a1ee5d12 | |
parent | 87a1ad63102f8ad3efe392a7e5afd7dfd752c01c (diff) | |
parent | 689b00a4a5f14780e8a0d928a86709745ab578b4 (diff) | |
download | mariadb-git-50608a0b4b2ff67bf368ccb92797f43b4e231292.tar.gz |
merge
-rw-r--r-- | sql/ha_partition.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc index 877cf070abd..e0118d55d7b 100644 --- a/sql/ha_partition.cc +++ b/sql/ha_partition.cc @@ -1894,7 +1894,7 @@ uint ha_partition::del_ren_cre_table(const char *from, if (get_from_handler_file(from, ha_thd()->mem_root)) DBUG_RETURN(TRUE); DBUG_ASSERT(m_file_buffer); - DBUG_PRINT("enter", ("from: (%s) to: (%s)", from, to)); + DBUG_PRINT("enter", ("from: (%s) to: (%s)", from, to ? to : "(nil)")); name_buffer_ptr= m_name_buffer_ptr; file= m_file; if (to == NULL && table_arg == NULL) |