mariadb/storage/innobase/buf
Thirunarayanan Balathandayuthapani be0dfcdb99 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-22 13:16:10 +05:30
..
buf0buddy.cc MDEV-27891: SIGSEGV in InnoDB buffer pool resize 2022-03-07 13:36:18 +11:00
buf0buf.cc Merge 10.6 to 10.11 2024-05-07 08:45:31 +02:00
buf0checksum.cc Cleanup: Replace ut_crc32c(x,y) with my_crc32c(0,x,y) 2022-01-21 16:13:04 +02:00
buf0dblwr.cc MDEV-34200 InnoDB tries to write to read-only system tablespace 2024-05-22 13:16:10 +05:30
buf0dump.cc Merge 10.6 into 10.11 2024-01-22 08:49:04 +02:00
buf0flu.cc Merge branch '10.6' into 10.11 2024-05-10 20:02:18 +02:00
buf0lru.cc Merge 10.6 into 10.11 2024-03-28 09:16:57 +02:00
buf0rea.cc Merge 10.5 into 10.6 2024-02-13 20:42:59 +02:00