summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjaakola <seppo.jaakola@iki.fi>2016-11-21 10:38:20 +0200
committerSachin Setiya <sachin.setiya@mariadb.com>2017-04-06 15:41:54 +0530
commit836727c9714d05a5756d48c1c7a074a76889c911 (patch)
tree1652d305ea8945d0ff2252860ef644564d370852
parent70ae1dbac074161d8f09d66b344d091b8c79ef94 (diff)
downloadmariadb-git-836727c9714d05a5756d48c1c7a074a76889c911.tar.gz
refs: MW-319
* silenced the WSREP_ERROR, this fires for all replication filtered DDL, and is false positive
-rw-r--r--sql/wsrep_hton.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/wsrep_hton.cc b/sql/wsrep_hton.cc
index 8c1394b77e0..7e62e820dcd 100644
--- a/sql/wsrep_hton.cc
+++ b/sql/wsrep_hton.cc
@@ -322,7 +322,7 @@ wsrep_run_wsrep_commit(THD *thd, bool all)
DBUG_ENTER("wsrep_run_wsrep_commit");
if (thd->get_stmt_da()->is_error()) {
- WSREP_ERROR("commit issue, error: %d %s",
+ WSREP_DEBUG("commit issue, error: %d %s",
thd->get_stmt_da()->sql_errno(), thd->get_stmt_da()->message());
}