mariadb/storage/innobase/srv
Marko Mäkelä 02878f128e MDEV-31813 SET GLOBAL innodb_max_purge_lag_wait hangs if innodb_read_only
innodb_max_purge_lag_wait_update(): Return immediately if we are
in high_level_read_only mode.

srv_wake_purge_thread_if_not_active(): Relax a debug assertion.
If srv_read_only_mode holds, purge_sys.enabled() will not hold
and this function will do nothing.

trx_t::commit_in_memory(): Remove a redundant condition before
invoking srv_wake_purge_thread_if_not_active().
2023-08-24 10:08:51 +03:00
..
srv0conc.cc MDEV-23328 Server hang due to Galera lock conflict resolution 2021-10-29 09:52:52 +03:00
srv0mon.cc Merge branch '10.3' into 10.4 2022-05-18 01:25:30 +02:00
srv0srv.cc MDEV-31813 SET GLOBAL innodb_max_purge_lag_wait hangs if innodb_read_only 2023-08-24 10:08:51 +03:00
srv0start.cc MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export on partial backup preparing 2023-03-27 20:15:10 +03:00