mariadb/storage
Marko Mäkelä a0536d4253 MDEV-24096 InnoDB assertion 'first_free <= srv_page_size - 8'
MDEV-23672 (commit 7eda556196)
introduced a regression that can corrupt not only undo log pages,
but anything that resides in the InnoDB buffer pool.

trx_undo_left(): Add debug assertions for the assumptions.
If the pointer is out of bounds, we will return a positive
number, not a negative one. Thus, once a page overflow occurs,
further overflow to adjacent pages will be allowed.
This allows us to remove some more relaxed debug assertions
from some callers.

trx_undo_log_v_idx(): Correctly calculate the size limit.
2020-11-09 23:35:21 +01:00
..
archive
blackhole Merge branch '10.3' into 10.4 2020-10-31 21:06:49 +01:00
cassandra
connect Merge branch '10.3' into 10.4 2020-10-31 21:06:49 +01:00
csv
example Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
federated
federatedx MDEV-16937 Strict SQL with system versioned tables causes issues (10.4) 2020-05-29 11:45:19 +03:00
heap Merge 10.3 into 10.4 2020-10-29 13:38:38 +02:00
innobase MDEV-24096 InnoDB assertion 'first_free <= srv_page_size - 8' 2020-11-09 23:35:21 +01:00
maria Merge branch '10.3' into 10.4 2020-10-31 21:06:49 +01:00
mroonga Merge 10.3 into 10.4 2020-10-29 13:38:38 +02:00
myisam MDEV-17665 Assertion `!share and other errors on concurrent Aria operations 2020-09-25 13:07:04 +03:00
myisammrg Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
oqgraph Removed double records_in_range calls from multi_range_read_info_const 2020-03-17 02:16:48 +02:00
perfschema Cleanup my_atomic.h includes 2020-03-21 20:11:44 +04:00
rocksdb Merge 10.3 into 10.4 2020-10-29 13:38:38 +02:00
sequence
sphinx Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
spider MDEV-20100 MariaDB 13.3.9 Crash "[ERROR] mysqld got signal 11 ;" 2020-10-22 05:21:35 +09:00
test_sql_discovery MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ... SELECT in ORACLE mode 2020-08-01 07:43:50 +04:00
tokudb Merge branch '10.3' into 10.4 2020-10-31 21:06:49 +01:00