mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces.
Syntax. Server support. Test cases. InnoDB bugfixes: * don't mess around with system sprintf's, always use my_error() for errors. * don't use InnoDB internal error codes where OS error codes are expected. * don't say "file not found", when it was.
This commit is contained in:
@ -247,6 +247,13 @@ enum enum_alter_inplace_result {
|
||||
*/
|
||||
#define HA_CAN_FULLTEXT_EXT (1LL << 44)
|
||||
|
||||
/*
|
||||
Storage engine supports table export using the
|
||||
FLUSH TABLE <table_list> FOR EXPORT statement.
|
||||
*/
|
||||
#define HA_CAN_EXPORT (1LL << 45)
|
||||
|
||||
|
||||
/*
|
||||
Set of all binlog flags. Currently only contain the capabilities
|
||||
flags.
|
||||
|
Reference in New Issue
Block a user