Commit 3c03ca75 authored by Georgi Kodinov's avatar Georgi Kodinov

fixed a compilation problem in 5.1-5.1.29-rc

parent 03b5e7df
......@@ -2108,8 +2108,8 @@ class THD :public Statement,
Don't reset binlog format for NDB binlog injector thread.
*/
DBUG_PRINT("debug",
("temporary_tables: %d, in_sub_stmt: %d, system_thread: %s",
(int) temporary_tables, in_sub_stmt,
("temporary_tables: %p, in_sub_stmt: %d, system_thread: %s",
temporary_tables, in_sub_stmt,
show_system_thread(system_thread)));
if ((temporary_tables == NULL) && (in_sub_stmt == 0) &&
(system_thread != SYSTEM_THREAD_NDBCLUSTER_BINLOG))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment