mariadb/storage/innobase/buf
Thirunarayanan Balathandayuthapani 6c0eb29ddd MDEV-34200 InnoDB tries to write to read-only system tablespace
in buf_dblwr_t::init_or_load_pages()

- InnoDB fails to set the TRX_SYS_DOUBLEWRITE_SPACE_ID_STORED
flag in transaction system header page while recreating
the undo log tablespaces

buf_dblwr_t::init_or_load_pages(): Tries to reset the
space id and try to write into doublewrite buffer even
when read_only mode is enabled.

In srv_all_undo_tablespaces_open(), InnoDB should try to
open the extra unused undo tablespaces instead of trying to
creating it.
2024-05-23 09:35:06 +02:00
..
buf0buddy.cc MDEV-26790 InnoDB read-ahead may cause page writes 2023-01-24 15:23:01 +02:00
buf0buf.cc MDEV-33588/MDEV-33325 after-merge fix 2024-05-20 11:02:25 +03:00
buf0checksum.cc
buf0dblwr.cc MDEV-34200 InnoDB tries to write to read-only system tablespace 2024-05-23 09:35:06 +02:00
buf0dump.cc Merge 10.11 into 11.0 2024-01-22 10:10:50 +02:00
buf0flu.cc Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
buf0lru.cc Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
buf0rea.cc Merge 10.5 into 10.6 2024-02-13 20:42:59 +02:00