summaryrefslogtreecommitdiff
path: root/sql/ha_isammrg.cc
diff options
context:
space:
mode:
authorunknown <konstantin@oak.local>2003-11-21 19:16:19 +0300
committerunknown <konstantin@oak.local>2003-11-21 19:16:19 +0300
commitac49ce88e69aa622eace909a6be85b722e7f41ee (patch)
tree2840d6f143c8d209593f7a40d2645ef16326d21e /sql/ha_isammrg.cc
parentbaae790c963d695613c290e8f9f8ce5ca0853b33 (diff)
downloadmariadb-git-ac49ce88e69aa622eace909a6be85b722e7f41ee.tar.gz
added 'explicit' keyword to Bitmap constructor
sql/ha_isammrg.cc: no Bitmap::operator=(ulonglong) present
Diffstat (limited to 'sql/ha_isammrg.cc')
-rw-r--r--sql/ha_isammrg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_isammrg.cc b/sql/ha_isammrg.cc
index 94e394e7665..9915c182e26 100644
--- a/sql/ha_isammrg.cc
+++ b/sql/ha_isammrg.cc
@@ -157,7 +157,7 @@ void ha_isammrg::info(uint flag)
deleted = (ha_rows) info.deleted;
data_file_length=info.data_file_length;
errkey = info.errkey;
- table->keys_in_use=0; // No keys yet
+ table->keys_in_use.clear_all(); // No keys yet
table->db_options_in_use = info.options;
mean_rec_length=info.reclength;
block_size=0;