From 33ffe0dd29b6564e49dde8b1abda914da4b2f178 Mon Sep 17 00:00:00 2001 From: Seppo Jaakola Date: Tue, 12 Jun 2012 10:55:11 +0300 Subject: References lp:1011983 Merged from codership-mysql/5.5 changes revisions 3743-3756 --- sql/wsrep_hton.cc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'sql/wsrep_hton.cc') diff --git a/sql/wsrep_hton.cc b/sql/wsrep_hton.cc index bb5faafc768..49b3ea5c0bf 100644 --- a/sql/wsrep_hton.cc +++ b/sql/wsrep_hton.cc @@ -305,8 +305,15 @@ wsrep_run_wsrep_commit( thd->stmt_da->affected_rows() > 0 && !binlog_filter->is_on()) { - WSREP_WARN("empty rbr buffer, query: %s, affected rows: %llu", - thd->query(), thd->stmt_da->affected_rows()); + WSREP_DEBUG("empty rbr buffer, query: %s, " + "affected rows: %llu, " + "changed tables: %d, " + "sql_log_bin: %d, " + "wsrep status (%d %d %d)", + thd->query(), thd->stmt_da->affected_rows(), + stmt_has_updated_trans_table(thd), thd->variables.sql_log_bin, + thd->wsrep_exec_mode, thd->wsrep_query_state, + thd->wsrep_conflict_state); } else { -- cgit v1.2.1