Comment 7 for bug 1089333

Revision history for this message
Valerii Kravchuk (valerii-kravchuk) wrote :

Probably it was about innodb_read_ahead variable:

mysql> show variables like 'innodb_read_ahead';
Empty set (0.01 sec)

mysql> select version();
+-------------+
| version() |
+-------------+
| 5.6.17-66.0 |
+-------------+
1 row in set (0.03 sec)

But bug, indeed, still applies to 5.6 as the read ahead feature is present, as well as this report in the INNODB STATUS output:

Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s