mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
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)
This commit is contained in:
@@ -255,12 +255,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.
|
||||
|
||||
Reference in New Issue
Block a user