mariadb/storage
Marko Mäkelä b95942a2a7 MDEV-27812: Fix a race condition, and pacify MemorySanitizer
log_t::write_checkpoint(): Avoid a race condition with resize_abort()
by loading log_sys.resize_lsn only while holding the locks.
Also, remove an unnecessary write of all outstanding log before
switching log files.

log_t::write_buf(): Mark the entire block in the resize buffer
as initialized, to allow the test innodb.log_file_size_online to pass
when not using the mmap() based interface.
2022-03-11 11:10:09 +02:00
..
archive MDEV-27396 DESC index attribute remains in Archive table definition, despite being apparently ignored 2022-01-26 18:43:06 +01:00
blackhole Merge 10.3 into 10.4 2020-11-03 14:49:17 +02:00
columnstore Merge branch '10.6' into 10.7 2022-02-06 10:14:47 +01:00
connect Merge branch '10.7' into 10.8 2022-02-04 14:50:25 +01:00
csv MDEV-26635 ROW_NUMBER is not 0 for errors not caused because of rows 2021-10-26 17:29:40 +02:00
example Merge 10.6 into 10.7 2022-02-22 12:47:48 +02:00
federated Merge branch '10.5' into 10.6 2022-02-03 17:01:31 +01:00
federatedx Merge branch '10.7' into 10.8 2022-02-04 14:50:25 +01:00
heap Merge 10.5 into 10.6 2021-06-09 16:50:58 +03:00
innobase MDEV-27812: Fix a race condition, and pacify MemorySanitizer 2022-03-11 11:10:09 +02:00
maria Merge 10.7 into 10.8 2022-03-03 11:34:58 +02:00
mroonga Merge branch '10.7' into 10.8 2022-02-04 14:50:25 +01:00
myisam MDEV-27434 DESC attribute does not work with auto-increment on secondary column of multi-part index 2022-01-26 18:43:06 +01:00
myisammrg Added support to MEM_ROOT for write protected memory 2021-07-18 19:59:35 +03:00
oqgraph Merge 10.6 into 10.7 2022-01-18 13:01:19 +02:00
perfschema Merge 10.5 into 10.6 2022-02-14 09:16:41 +02:00
rocksdb MDEV-27917 Some redo log diagnostics is always reported as 0 2022-02-22 18:56:21 +02:00
sequence Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
sphinx MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
spider MDEV-27664 Spider: remove #ifdef SPIDER_SQL_CACHE_IS_IN_LEX 2022-03-10 21:02:41 +09:00
test_sql_discovery Merge 10.5 into 10.6 2021-10-28 09:08:58 +03:00