summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.cc
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-03-13 17:27:45 +0000
committerunknown <serg@serg.mysql.com>2002-03-13 17:27:45 +0000
commit33c6736920b3ccf4f4ff088a5712ed336788c2cc (patch)
treeca18ad4bbcd7658a8f7a2987609354e0f412c004 /sql/ha_myisam.cc
parentc1025105dc842c50407d2f498cbec49cd8c7ce3b (diff)
parent459fec40e1004b2868947cd41d41750e9a93338e (diff)
downloadmariadb-git-33c6736920b3ccf4f4ff088a5712ed336788c2cc.tar.gz
merged
sql/ha_myisam.cc: Auto merged sql/lex.h: Auto merged sql/sql_yacc.yy: Auto merged
Diffstat (limited to 'sql/ha_myisam.cc')
-rw-r--r--sql/ha_myisam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_myisam.cc b/sql/ha_myisam.cc
index 2247045894c..127519d20f4 100644
--- a/sql/ha_myisam.cc
+++ b/sql/ha_myisam.cc
@@ -688,7 +688,7 @@ bool ha_myisam::activate_all_index(THD *thd)
mi_extra(file, HA_EXTRA_BULK_INSERT_END);
if (enable_activate_all_index &&
- share->state.key_map != ((ulonglong) 1L << share->base.keys)-1)
+ share->state.key_map != set_bits(ulonglong, share->base.keys))
{
const char *save_proc_info=thd->proc_info;
thd->proc_info="Creating index";