-
Committer:
Alexey Kopytov
-
Date:
2013-09-02 11:48:39 UTC
-
mto:
This revision was merged to the branch mainline in
revision
569.
-
Revision ID:
akopytov@gmail.com-20130902114839-dz0wr5wxzk6i28e3
Bug #1218330: Adaptive hash index memory is incorrectly calculated in
SHOW ENGINE INNODB STATUS and I_S
Fixed adaptive hash index memory calculation for the
Innodb_mem_adaptive_hash status variable and SHOW ENGINE INNODB
STATUS to the correct formula: instead of taking the stats from the
first heap and then multiplying it by the number of AHI partitions,
actually walk partitions and aggregate individual stats.