mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
This commit is contained in:
@ -323,7 +323,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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user