summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am16
-rw-r--r--include/my_base.h2
2 files changed, 5 insertions, 13 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 0c845900a4f..3fa7b04d69a 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -38,23 +38,15 @@ SUPERCLEANFILES = mysql_version.h my_config.h
# Some include files that may be moved and patched by configure
DISTCLEANFILES = sched.h $(SUPERCLEANFILES)
-clean:
+clean-local:
$(RM) -fr readline
-distclean:
+distclean-local:
$(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) -fr readline
- @readline_h_ln_cmd@
-
-# Keep automake happy
-
my_config.h: ../config.h
$(CP) ../config.h my_config.h
+
+link_sources:
-$(RM) -fr readline
@readline_h_ln_cmd@
diff --git a/include/my_base.h b/include/my_base.h
index d702ec45140..271e7cd23ba 100644
--- a/include/my_base.h
+++ b/include/my_base.h
@@ -231,6 +231,7 @@ enum ha_base_keytype {
#define HA_OPTION_CHECKSUM 32
#define HA_OPTION_DELAY_KEY_WRITE 64
#define HA_OPTION_NO_PACK_KEYS 128 /* Reserved for MySQL */
+#define HA_OPTION_CREATE_FROM_ENGINE 256
#define HA_OPTION_TEMP_COMPRESS_RECORD ((uint) 16384) /* set by isamchk */
#define HA_OPTION_READ_ONLY_DATA ((uint) 32768) /* Set by isamchk */
@@ -241,7 +242,6 @@ enum ha_base_keytype {
#define HA_CREATE_TMP_TABLE 4
#define HA_CREATE_CHECKSUM 8
#define HA_CREATE_DELAY_KEY_WRITE 64
-#define HA_CREATE_FROM_ENGINE 128
/* Bits in flag to _status */