summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <sanja@montyprogram.com>2012-02-22 10:38:28 +0200
committerunknown <sanja@montyprogram.com>2012-02-22 10:38:28 +0200
commitc299e027eeddc35e0197ebc70805e0a303a4b135 (patch)
treefbe47b9e9d1fea8c0183950d63894d1774ad8a6a /sql/sql_class.h
parentc9fc9f73170a8eb16ea968a2ea51b298eb5cdcfc (diff)
downloadmariadb-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.h4
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;