1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Added back MRR counters. The new names are: Handler_mrr_init,

Handler_mrr_key_refills, Handler_mrr_rowid_refills.
This commit is contained in:
Sergey Petrunya
2012-02-22 16:48:29 +04:00
parent c299e027ee
commit 59b2bb9aca
6 changed files with 41 additions and 14 deletions

View File

@ -577,9 +577,9 @@ typedef struct system_status_var
calls made by range access. The intent is to count only calls made by
BatchedKeyAccess.
*/
ulong ha_multi_range_read_init_count;
ulong ha_mrr_extra_key_sorts;
ulong ha_mrr_extra_rowid_sorts;
ulong ha_mrr_init_count;
ulong ha_mrr_key_refills_count;
ulong ha_mrr_rowid_refills_count;
ulong ha_rollback_count;
ulong ha_update_count;