Commit bf3ba8f2 authored by Sergey Petrunya's avatar Sergey Petrunya

Let xtradb set mrr_length_per_rec stats.

parent 69931e74
...@@ -7639,6 +7639,7 @@ ha_innobase::info( ...@@ -7639,6 +7639,7 @@ ha_innobase::info(
} }
stats.check_time = 0; stats.check_time = 0;
stats.mrr_length_per_rec= ref_length + 8; // 8 = max(sizeof(void *));
if (stats.records == 0) { if (stats.records == 0) {
stats.mean_rec_length = 0; stats.mean_rec_length = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment