mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
436fd04b02
The testcase for this bug fails randomly due to two reasons. 1. Due to ibuf merge happening background 2. Due to dict stats update which brings the evicted page back into buffer pool. Fix ibuf_contract_ext() to not do any merges with ibuf_debug enabled and also changed dict_stats_update() to return fake statistics without bringing the secondary index pages into buffer pool. Approved by Marko. rb#3419 |
||
---|---|---|
.. | ||
ibuf0ibuf.c |