mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
- added dbug sync points for further mtr test for this issue
This commit is contained in:
parent
bf9572ba59
commit
18f160d954
2 changed files with 19 additions and 0 deletions
|
|
@ -17357,6 +17357,15 @@ wsrep_innobase_kill_one_trx(
|
|||
(thd && wsrep_thd_query(thd)) ? wsrep_thd_query(thd) : "void");
|
||||
|
||||
wsrep_thd_LOCK(thd);
|
||||
DBUG_EXECUTE_IF("sync.wsrep_after_BF_victim_lock",
|
||||
{
|
||||
const char act[]=
|
||||
"now "
|
||||
"wait_for signal.wsrep_after_BF_victim_lock";
|
||||
DBUG_ASSERT(!debug_sync_set_action(bf_thd,
|
||||
STRING_WITH_LEN(act)));
|
||||
};);
|
||||
|
||||
|
||||
if (wsrep_thd_query_state(thd) == QUERY_EXITING) {
|
||||
WSREP_DEBUG("kill trx EXITING for %lu", victim_trx->id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue