Skip to content

Commit eb441f6

Browse files
committed
Fixed wrong DBUG_PRINT
1 parent 37edbbf commit eb441f6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

sql/sql_parse.cc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7591,15 +7591,12 @@ void THD::reset_for_next_command(bool do_clear_error)
75917591

75927592
save_prep_leaf_list= false;
75937593

7594-
#ifdef WITH_WSREP
7595-
#if !defined(DBUG_OFF)
7594+
#if defined(WITH_WSREP) && !defined(DBUG_OFF)
75967595
if (mysql_bin_log.is_open())
7597-
#endif
7598-
#endif
7599-
DBUG_PRINT("debug",
7596+
DBUG_PRINT("info",
76007597
("is_current_stmt_binlog_format_row(): %d",
76017598
is_current_stmt_binlog_format_row()));
7602-
7599+
#endif
76037600
DBUG_VOID_RETURN;
76047601
}
76057602

0 commit comments

Comments
 (0)