Skip to content

Commit 2cdcde9

Browse files
author
Nirbhay Choubey
committed
Merge sync point from previous commit to XtraDB.
1 parent 18f160d commit 2cdcde9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

storage/xtradb/handler/ha_innodb.cc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18529,6 +18529,15 @@ wsrep_innobase_kill_one_trx(
1852918529
(thd && wsrep_thd_query(thd)) ? wsrep_thd_query(thd) : "void");
1853018530

1853118531
wsrep_thd_LOCK(thd);
18532+
DBUG_EXECUTE_IF("sync.wsrep_after_BF_victim_lock",
18533+
{
18534+
const char act[]=
18535+
"now "
18536+
"wait_for signal.wsrep_after_BF_victim_lock";
18537+
DBUG_ASSERT(!debug_sync_set_action(bf_thd,
18538+
STRING_WITH_LEN(act)));
18539+
};);
18540+
1853218541

1853318542
if (wsrep_thd_query_state(thd) == QUERY_EXITING) {
1853418543
WSREP_DEBUG("kill trx EXITING for %lu", victim_trx->id);

0 commit comments

Comments
 (0)