We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37edbbf commit eb441f6Copy full SHA for eb441f6
sql/sql_parse.cc
@@ -7591,15 +7591,12 @@ void THD::reset_for_next_command(bool do_clear_error)
7591
7592
save_prep_leaf_list= false;
7593
7594
-#ifdef WITH_WSREP
7595
-#if !defined(DBUG_OFF)
+#if defined(WITH_WSREP) && !defined(DBUG_OFF)
7596
if (mysql_bin_log.is_open())
7597
-#endif
7598
7599
- DBUG_PRINT("debug",
+ DBUG_PRINT("info",
7600
("is_current_stmt_binlog_format_row(): %d",
7601
is_current_stmt_binlog_format_row()));
7602
-
+#endif
7603
DBUG_VOID_RETURN;
7604
}
7605
0 commit comments