diff options
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/handler.h b/sql/handler.h index c9770acd011..1adfcaad7e2 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -256,12 +256,6 @@ enum enum_alter_inplace_result { #define HA_READ_OUT_OF_SYNC (1LL << 45) /* - Storage engine supports table export using the - FLUSH TABLE <table_list> FOR EXPORT statement. - */ -#define HA_CAN_EXPORT (1LL << 46) - -/* Set of all binlog flags. Currently only contain the capabilities flags. */ |