diff options
author | sjaakola <seppo.jaakola@iki.fi> | 2016-11-21 10:38:20 +0200 |
---|---|---|
committer | Sachin Setiya <sachinsetia1001@gmail.com> | 2017-03-14 11:49:45 +0530 |
commit | 471dd1138185210b47f11cf6333a989861254105 (patch) | |
tree | f3ef1317b48bf8a2afab05118bb00383f2d8cdaf /sql/wsrep_hton.cc | |
parent | c49bfff9922970104163f028e099f3814d314866 (diff) | |
download | mariadb-git-471dd1138185210b47f11cf6333a989861254105.tar.gz |
refs: MW-319
* silenced the WSREP_ERROR, this fires for all replication filtered DDL,
and is false positive
Diffstat (limited to 'sql/wsrep_hton.cc')
-rw-r--r-- | sql/wsrep_hton.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/wsrep_hton.cc b/sql/wsrep_hton.cc index 9f8c328c353..78d189fbd61 100644 --- a/sql/wsrep_hton.cc +++ b/sql/wsrep_hton.cc @@ -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()); } |