1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Counters for Index Condition Pushdown added (MDEV-130).

This commit is contained in:
unknown
2012-02-16 08:49:10 +02:00
parent 764eeeee74
commit 607aab9c1d
16 changed files with 181 additions and 6 deletions

View File

@ -588,6 +588,8 @@ typedef struct system_status_var
ulong ha_tmp_update_count;
ulong ha_tmp_write_count;
ulong ha_prepare_count;
ulong ha_pushed_index_cond_checks;
ulong ha_pushed_index_cond_filtered;
ulong ha_discover_count;
ulong ha_savepoint_count;
ulong ha_savepoint_rollback_count;