mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed wrong DBUG_PRINT
This commit is contained in:
@ -7591,15 +7591,12 @@ void THD::reset_for_next_command(bool do_clear_error)
|
|||||||
|
|
||||||
save_prep_leaf_list= false;
|
save_prep_leaf_list= false;
|
||||||
|
|
||||||
#ifdef WITH_WSREP
|
#if defined(WITH_WSREP) && !defined(DBUG_OFF)
|
||||||
#if !defined(DBUG_OFF)
|
|
||||||
if (mysql_bin_log.is_open())
|
if (mysql_bin_log.is_open())
|
||||||
#endif
|
DBUG_PRINT("info",
|
||||||
#endif
|
|
||||||
DBUG_PRINT("debug",
|
|
||||||
("is_current_stmt_binlog_format_row(): %d",
|
("is_current_stmt_binlog_format_row(): %d",
|
||||||
is_current_stmt_binlog_format_row()));
|
is_current_stmt_binlog_format_row()));
|
||||||
|
#endif
|
||||||
DBUG_VOID_RETURN;
|
DBUG_VOID_RETURN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user