mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
a3548774c6
Fix Mantis Issue#244 fix bug in linear read ahead (no check on access pattern) The changes are: 1) Take into account access pattern when deciding whether or not to do linear read ahead. 2) Expose a knob innodb_read_ahead_factor = [0-64] default (8), dynamic, global to control linear read ahead behvior 3) Disable random read ahead. Keep the code for now. Submitted by: Inaam (rb://122) Approved by: Heikki (rb://122) |
||
---|---|---|
.. | ||
ha_innodb.cc | ||
ha_innodb.h | ||
handler0alter.cc | ||
handler0vars.h | ||
i_s.cc | ||
i_s.h | ||
mysql_addons.cc | ||
win_delay_loader.cc |