summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/MDEV-24063.result
Commit message (Collapse)AuthorAgeFilesLines
* Restore autoincrement offset in MTR test MDEV-24063Daniele Sciascia2020-11-161-0/+2
|
* MDEV-24063 Assertion during graceful shutdown with wsrep_on=OFFDaniele Sciascia2020-11-031-0/+8
During graceful shutdowns, client connections are closed and eventually and THD::awake() acquires LOCK_thd_data mutex which is required later on in wsrep_thd_is_aborting(). Make sure LOCK_thd_data is acquired, even if global wsrep_on is disabled. Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>