mariadb/storage/innobase
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
..
btr Merge branch '10.6' into 10.11 2024-05-10 20:02:18 +02:00
buf MDEV-34200 InnoDB tries to write to read-only system tablespace 2024-05-22 13:16:10 +05:30
data Merge 10.7 into 10.8 2022-11-01 08:50:28 +02:00
dict Merge branch '10.6' into 10.11 2024-04-22 15:23:10 +02:00
eval MDEV-26938 Support descending indexes internally in InnoDB 2022-01-26 18:43:05 +01:00
fil Merge branch '10.6' into 10.11 2024-04-22 15:23:10 +02:00
fsp Merge branch '10.6' into 10.11 2024-04-22 15:23:10 +02:00
fts Fix heap-use-after-free in fts_free() 2024-03-21 16:01:29 +02:00
fut MDEV-33325 Crash in flst_read_addr on corrupted data 2024-04-11 09:58:53 +03:00
gis Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
ha MDEV-22871: Remove pointer indirection for InnoDB hash_table_t 2020-06-18 14:16:01 +03:00
handler Merge 10.6 to 10.11 2024-05-07 08:45:31 +02:00
ibuf Merge branch '10.6' into 10.11 2024-04-22 15:23:10 +02:00
include MDEV-33447 fixup for POWER 8 2024-04-24 12:39:30 +03:00
lock MDEV-33802 Weird read view after ROLLBACK of another transaction 2024-04-09 12:50:24 +03:00
log MDEV-32791 MariaDB cannot be installed on Red Hat ubi9 2024-04-19 11:04:51 +03:00
mem MDEV-27058: Reduce the size of buf_block_t and buf_page_t 2021-11-18 17:47:19 +02:00
mtr Merge branch '10.6' into 10.11 2024-04-30 16:56:49 +02:00
mysql-test/storage_engine
os MDEV-33980 mariadb-backup --backup is missing retry logic for undo tablespaces 2024-05-06 19:50:20 +05:30
page Merge branch '10.6' into 10.11 2024-04-26 08:02:49 +02:00
pars Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
que Fix g++-14 -Wmaybe-uninitialized 2024-03-19 08:08:18 +02:00
read MDEV-29612 ReadViewBase::snapshot() misses an optimization 2022-10-06 13:14:16 +03:00
rem Merge 10.6 into 10.11 2024-03-28 09:16:57 +02:00
row Merge branch '10.6' into 10.11 2024-04-30 16:56:49 +02:00
srv MDEV-34200 InnoDB tries to write to read-only system tablespace 2024-05-22 13:16:10 +05:30
sync MDEV-33447 fixup for POWER 8 2024-04-24 12:39:30 +03:00
trx Merge branch '10.6' into 10.11 2024-04-22 15:23:10 +02:00
unittest Merge 10.5 into 10.6 2024-02-13 20:42:59 +02:00
ut Merge 10.6 into 10.11 2024-03-28 09:16:57 +02:00
.clang-format-old switch off storage/innobase/.clang-format: InnoDB uses a common formatting style for all new code 2021-03-17 11:01:15 +03:00
CMakeLists.txt Merge branch '10.6' into 10.11 2024-05-10 20:02:18 +02:00
COPYING.Google
COPYING.Percona