summaryrefslogtreecommitdiff
path: root/sql/ha_isam.cc
diff options
context:
space:
mode:
authorserg@serg.mylan <>2003-10-11 13:06:55 +0200
committerserg@serg.mylan <>2003-10-11 13:06:55 +0200
commit8cc3951c8f00bbb4f66322c861cabb123122b4f3 (patch)
treeff3da12e7e88d561877cd7b6f3fe64edad0c10c0 /sql/ha_isam.cc
parent9be83de693748e795ffb7f75ee47f3e7f77145b7 (diff)
downloadmariadb-git-8cc3951c8f00bbb4f66322c861cabb123122b4f3.tar.gz
key_map with more that 64 bits width
Diffstat (limited to 'sql/ha_isam.cc')
-rw-r--r--sql/ha_isam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_isam.cc b/sql/ha_isam.cc
index 3acc385d251..8025e5169c8 100644
--- a/sql/ha_isam.cc
+++ b/sql/ha_isam.cc
@@ -202,7 +202,7 @@ void ha_isam::info(uint flag)
sortkey = info.sortkey;
block_size=nisam_block_size;
table->keys = min(table->keys,info.keys);
- table->keys_in_use= set_bits(key_map,table->keys);
+ table->keys_in_use.set_prefix(table->keys);
table->db_options_in_use= info.options;
table->db_record_offset=
(table->db_options_in_use &