diff options
author | konstantin@mysql.com <> | 2006-02-02 18:17:18 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2006-02-02 18:17:18 +0300 |
commit | 98091b152a35dc987b9f393ac5737f4fd890aef4 (patch) | |
tree | 336ed0f3ebd53f06d2b14904f4fd937b5fe487c6 /sql/ha_heap.h | |
parent | c9b7317ff905d5496cbbd4df84f4879c19e27c01 (diff) | |
parent | 736faf473011dffd0fc0905c1d5e7859fa04c5aa (diff) | |
download | mariadb-git-98091b152a35dc987b9f393ac5737f4fd890aef4.tar.gz |
Merge mysql.com:/opt/local/work/mysql-4.1-root
into mysql.com:/opt/local/work/mysql-5.0-root
Diffstat (limited to 'sql/ha_heap.h')
-rw-r--r-- | sql/ha_heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_heap.h b/sql/ha_heap.h index 7c4227e952c..e2816abf0b6 100644 --- a/sql/ha_heap.h +++ b/sql/ha_heap.h @@ -29,7 +29,7 @@ class ha_heap: public handler key_map btree_keys; /* number of records changed since last statistics update */ uint records_changed; - bool key_stats_ok; + uint key_stat_version; public: ha_heap(TABLE *table); ~ha_heap() {} |