Skip to content

Commit

Permalink
refs: MW-319
Browse files Browse the repository at this point in the history
* silenced the WSREP_ERROR, this fires for all replication filtered DDL,
  and is false positive
  • Loading branch information
sjaakola authored and SachinSetiya committed Mar 14, 2017
1 parent c49bfff commit 471dd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/wsrep_hton.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

Expand Down

0 comments on commit 471dd11

Please sign in to comment.