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
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
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
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
spider Merge branch '10.7' into 10.8 2022-02-04 14:50:25 +01:00
test_sql_discovery