diff options
author | unknown <sanja@montyprogram.com> | 2012-02-22 10:38:28 +0200 |
---|---|---|
committer | unknown <sanja@montyprogram.com> | 2012-02-22 10:38:28 +0200 |
commit | c299e027eeddc35e0197ebc70805e0a303a4b135 (patch) | |
tree | fbe47b9e9d1fea8c0183950d63894d1774ad8a6a /sql/sql_class.h | |
parent | c9fc9f73170a8eb16ea968a2ea51b298eb5cdcfc (diff) | |
download | mariadb-git-c299e027eeddc35e0197ebc70805e0a303a4b135.tar.gz |
Changed names of statistic variables and counting matches instaed of rejected rows.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index c04af55a127..3b94270ae08 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -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; |