mariadb/storage/innobase/srv
Marko Mäkelä cc5c0eda4c MDEV-33156 Crash on innodb_buf_flush_list_now=ON and innodb_force_recovery=6
srv_start(): Move a read only mode startup tweak from
innodb_init_params() to the correct location. Also if
innodb_force_recovery=6 we will disable the doublewrite buffer,
because InnoDB must run in read-only mode to prevent further corruption.

This change only affects debug checks. Whenever srv_read_only_mode holds,
the buf_pool.flush_list will be empty, that is, there will be no writes
of persistent InnoDB data pages.

Reviewed by: Thirunarayanan Balathandayuthapani
2024-01-03 12:08:21 +02:00
..
srv0mon.cc Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
srv0srv.cc Merge 10.4 into 10.5 2023-08-24 10:12:13 +03:00
srv0start.cc MDEV-33156 Crash on innodb_buf_flush_list_now=ON and innodb_force_recovery=6 2024-01-03 12:08:21 +02:00