diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-08-12 21:27:43 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-08-12 21:27:43 +0200 |
commit | 847e0f152bc803bc850f11bc291f8f135bf06556 (patch) | |
tree | 10af3a5f13828b4892733522055e286bae18c0a2 /sql/handler.h | |
parent | 8f0ccf78272f50a71225141a22505e104d76be54 (diff) | |
download | mariadb-git-847e0f152bc803bc850f11bc291f8f135bf06556.tar.gz |
MDEV-4786 merge 10.0-monty -> 10.0
remove unused HA_CAN_EXPORT
(with the merge of "FLUSH TABLE <table_list> FOR EXPORT",
this functionality should be added back, but differently -
no table flag, handler::extra() returns an error instead)
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. */ |