summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t/galera_backup_stage.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-26352 : Add new thread states for certain WSREP scenariosJan Lindström2021-09-031-3/+3
| | | | | | | | This adds following new thread states: * waiting to execute in isolation - DDL is waiting to execute in TOI mode. * waiting for TOI DDL - some other statement is waiting for DDL to complete. * waiting for flow control - some statement is paused while flow control is in effect. * waiting for certification - the transaction is being certified.
* MDEV-23080: desync and pause node on BACKUP STAGE BLOCK_DDLLeandro Pacheco2021-07-271-0/+120
make BACKUP STAGE behave as FTWRL, desyncing and pausing the node to prevent BF threads (appliers) from interfering with blocking stages. This is needed because BF threads don't respect BACKUP MDL locks. Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>