1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fixed a compilation problem in 5.1-5.1.29-rc

This commit is contained in:
Georgi Kodinov
2008-10-08 18:04:36 +03:00
parent a720bdf0ae
commit b0d9eb1648

View File

@@ -2108,8 +2108,8 @@ public:
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))