diff options
Diffstat (limited to 'sql/transaction.cc')
| -rw-r--r-- | sql/transaction.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/transaction.cc b/sql/transaction.cc index 8b188709ce6..0063a20ce52 100644 --- a/sql/transaction.cc +++ b/sql/transaction.cc @@ -224,6 +224,10 @@ bool trans_commit(THD *thd) { int res; DBUG_ENTER("trans_commit"); + WSREP_DEBUGX(3, "trans_commit(): thd: %lu, applier: %d, exec: %d, conf: %d, " + "kill: %d", + thd->thread_id, thd->wsrep_applier, thd->wsrep_exec_mode, + thd->wsrep_conflict_state, thd->killed); if (trans_check(thd)) DBUG_RETURN(TRUE); |
