Commit 471dd113 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 c49bfff9
......@@ -313,7 +313,7 @@ wsrep_run_wsrep_commit(THD *thd, handlerton *hton, bool all)
int replay_round= 0;
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