mariadb/storage/innobase
Marko Mäkelä 10d251e05a MDEV-26450 fixup: Remove a bogus assertion
mtr_t::commit_shrink(): Do not assert that some previously clean pages
will be flagged as modified by this mini-transaction. It could be the
case that there had been no recent write-back of any of the undo
tablespace pages that we are modifying when truncating the tablespace.
It suffices to assert that some pages were modified again:
ut_ad(m_modifications).

This fixes up commit f5fddae3cb
2024-04-25 15:52:38 +03:00
..
btr MDEV-32489 Change buffer index fails to delete the records 2024-04-18 08:30:21 +05:30
buf MDEV-33591 MONITOR_INC_VALUE_CUMULATIVE is executed regardless of "if" condition 2024-03-22 14:57:00 +02:00
data Merge 10.4 into 10.5 2022-10-25 11:26:37 +03:00
dict Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
eval Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
fil Merge from 10.4 to 10.5 2024-04-15 17:46:49 +02:00
fsp MDEV-33635 innodb.innodb-64k-crash - Found warnings/errors in server log file 2024-03-14 08:34:56 +05:30
fts Fix heap-use-after-free in fts_free() 2024-03-21 16:01:29 +02:00
fut MDEV-22110 preparation: Remove mtr_memo_contains macros 2020-06-10 07:50:09 +03:00
gis MDEV-33559 matched_rec::block should be allocated from the buffer pool 2024-04-15 09:04:11 +03:00
ha MDEV-22871: Remove pointer indirection for InnoDB hash_table_t 2020-06-18 14:16:01 +03:00
handler Merge from 10.4 to 10.5 2024-04-15 17:46:49 +02:00
ibuf MDEV-32489 Change buffer index fails to delete the records 2024-04-18 08:30:21 +05:30
include MDEV-33946: OPT_PAGE_CHECKSUM mismatch due to mtr_t::memmove() 2024-04-19 15:46:21 +03:00
lock MDEV-33593 Auto increment deadlock error causes ASSERT in subsequent save point 2024-03-07 21:54:06 +05:30
log MDEV-33274 The test encryption.innodb-redo-nokeys often fails 2024-02-08 08:13:16 +05:30
mem Merge 10.4 into 10.5 2020-07-02 09:41:44 +03:00
mtr MDEV-26450 fixup: Remove a bogus assertion 2024-04-25 15:52:38 +03:00
mysql-test/storage_engine MDEV-20907 Set innodb_log_files_in_group=1 by default 2019-10-28 17:11:10 +02:00
os Merge branch '10.4' into 10.5 2024-01-31 17:32:53 +01:00
page Merge remote-tracking branch '10.4' into 10.5 2023-03-31 21:32:41 +02:00
pars Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
que Fix g++-14 -Wmaybe-uninitialized 2024-03-19 08:08:18 +02:00
read Merge branch '10.3' into 10.4 2021-07-31 22:59:58 +02:00
rem Merge 10.4 into 10.5 2024-03-11 10:08:20 +02:00
row Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
srv MDEV-32489 Change buffer index fails to delete the records 2024-04-18 08:30:21 +05:30
sync MDEV-33431 Latching order violation reported fil_system.sys_space.latch and ibuf_pessimistic_insert_mutex 2024-04-17 15:16:50 +05:30
trx Merge 10.4 into 10.5 2024-03-11 10:08:20 +02:00
unittest MDEV-33383: Corrupted red-black tree due to incorrect comparison 2024-02-12 17:01:45 +02:00
ut Cleanup: Say "mariadbd" instead of "mysqld" in InnoDB messages 2022-11-22 15:32:47 +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
bzip2.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
CMakeLists.txt Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
compile-innodb
COPYING.Google
COPYING.Percona
lz4.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzma.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzo.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
snappy.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00