mariadb/storage
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
..
archive Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
blackhole
columnstore Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
connect Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
csv
example Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
federated MDEV-31857 enable --ssl-verify-server-cert by default in the internal client 2024-02-04 22:19:19 +01:00
federatedx Merge branch '11.3' into 11.4 2024-02-15 13:53:21 +01:00
heap Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
innobase MDEV-34200 InnoDB tries to write to read-only system tablespace 2024-05-23 09:35:06 +02:00
maria Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
mroonga Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
myisam Merge branch '11.1' into 11.2 2024-05-13 10:00:26 +02:00
myisammrg Merge branch '11.2' into 11.3 2024-02-04 16:42:31 +01:00
oqgraph Merge 11.2 into 11.3 2023-10-27 10:48:29 +03:00
perfschema Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
rocksdb Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
sequence
sphinx Merge 10.11 into 11.0 2024-01-19 09:07:48 +02:00
spider Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
test_sql_discovery