summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am8
-rw-r--r--include/myisam.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 3adbb31f235..01b8f295be4 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -39,23 +39,23 @@ SUPERCLEANFILES = mysql_version.h my_config.h
DISTCLEANFILES = sched.h $(SUPERCLEANFILES)
clean:
- $(RM) -f readline/*
+ $(RM) -fr readline
distclean:
- $(RM) -f readline/*
+ $(RM) -fr readline
all-local: my_config.h
# Since we include my_config.h it better exist from the beginning
link_sources:
$(CP) ../config.h my_config.h
- $(RM) -f readline/*
+ -$(RM) -fr readline
@readline_h_ln_cmd@
# Keep automake happy
my_config.h: ../config.h
$(CP) ../config.h my_config.h
- $(RM) -f readline/*
+ -$(RM) -fr readline
@readline_h_ln_cmd@
# These files should not be included in distributions since they are
diff --git a/include/myisam.h b/include/myisam.h
index ed4f4aff8fe..452b32dbefd 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -36,7 +36,7 @@ extern "C" {
/* defines used by myisam-funktions */
/* The following defines can be increased if necessary */
-#define MI_MAX_KEY 32 /* Max allowed keys */
+#define MI_MAX_KEY 64 /* Max allowed keys */
#define MI_MAX_KEY_SEG 16 /* Max segments for key */
#define MI_MAX_KEY_LENGTH 1000