Commit 836727c9 authored by sjaakola's avatar sjaakola Committed by Sachin Setiya

refs: MW-319

* silenced the WSREP_ERROR, this fires for all replication filtered DDL,
  and is false positive
parent 70ae1dba
......@@ -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());
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment