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

Changed names of statistic variables and counting matches instaed of rejected rows.

This commit is contained in:
unknown
2012-02-22 10:38:28 +02:00
parent c9fc9f7317
commit c299e027ee
12 changed files with 65 additions and 65 deletions

View File

@ -588,8 +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_icp_attempts;
ulong ha_icp_match;
ulong ha_discover_count;
ulong ha_savepoint_count;
ulong ha_savepoint_rollback_count;