mariadb/storage
Marko Mäkelä c1e88a635d MDEV-27969: mtr_t::commit() never calls buf_pool.page_cleaner_wakeup()
In commit a635c40648 (MDEV-27774)
the logic for waking up the buf_pool_page_cleaner() was revised.
Because ReleaseBlocks was being passed by value to CIterate,
only copies of the data member rb.modified were ever modified
during the iteration.

We must use Iterate instead of CIterate to pass the object by
reference.

Thanks to Krunal Bauskar for pointing this out.
2022-03-01 11:59:54 +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
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-27969: mtr_t::commit() never calls buf_pool.page_cleaner_wakeup() 2022-03-01 11:59:54 +02:00
maria Merge 10.7 into 10.8 2022-02-17 14:57:49 +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
sphinx MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
spider Merge branch '10.7' into 10.8 2022-02-04 14:50:25 +01:00
test_sql_discovery Merge 10.5 into 10.6 2021-10-28 09:08:58 +03:00