Skip to content

Commit 3a906ca

Browse files
committed
MDEV-12708 innodb.truncate_purge_debug fails sporadically in buildbot
The latest attempted fix for MDEV-11802 InnoDB purge fails to start when there is work to do is not complete. For now, work around the issue by making SHOW ENGINE INNODB STATUS call srv_wake_purge_thread_if_not_active() to wake up the purge.
1 parent e3a7f75 commit 3a906ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/innobase/handler/ha_innodb.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16698,6 +16698,8 @@ innodb_show_status(
1669816698
DBUG_RETURN(0);
1669916699
}
1670016700

16701+
srv_wake_purge_thread_if_not_active();
16702+
1670116703
trx_t* trx = check_trx_exists(thd);
1670216704

1670316705
trx_assert_no_search_latch(trx);

0 commit comments

Comments
 (0)