mariadb/storage/xtradb/buf
Marko Mäkelä 4325041df6 MDEV-13057 innodb_read_only=1 should avoid creating buf_flush_page_cleaner_thread
When the server is started in innodb_read_only mode, there cannot be
any writes to persistent InnoDB/XtraDB files. Just like the creation
of buf_flush_page_cleaner_thread is skipped in this case, also
the creation of the XtraDB-specific buf_flush_lru_manager_thread
should be skipped.
2017-06-12 11:08:06 +03:00
..
buf0buddy.cc Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
buf0buf.cc Correct a merge error of MDEV-11626 2017-06-09 13:44:04 +03:00
buf0checksum.cc 5.6.25-73.1 2015-08-01 15:04:20 +02:00
buf0dblwr.cc 5.6.36-82.0 2017-05-16 14:16:11 +03:00
buf0dump.cc MDEV-6262 analyze the coverity report on mariadb 2017-05-19 20:26:56 +02:00
buf0flu.cc MDEV-13057 innodb_read_only=1 should avoid creating buf_flush_page_cleaner_thread 2017-06-12 11:08:06 +03:00
buf0lru.cc MDEV-12674 Innodb_row_lock_current_waits has overflow 2017-05-12 12:24:53 +03:00
buf0rea.cc MDEV-12534 Use atomic operations whenever available 2017-04-20 16:29:12 +03:00