Commit a81f7515 authored by Sergey Petrunya's avatar Sergey Petrunya

Let xtradb set mrr_length_per_rec stats.

parent 4cf6b18b
......@@ -7639,6 +7639,7 @@ ha_innobase::info(
}
stats.check_time = 0;
stats.mrr_length_per_rec= ref_length + 8; // 8 = max(sizeof(void *));
if (stats.records == 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