mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge MariaDB-10.0.7 revision 3961.
This commit is contained in:
@ -1377,7 +1377,7 @@ static inline sys_var *find_hton_sysvar(handlerton *hton, st_mysql_sys_var *var)
|
||||
Schema which have no meaning for replication.
|
||||
*/
|
||||
#define HTON_NO_BINLOG_ROW_OPT (1 << 9)
|
||||
#define HTON_EXTENDED_KEYS (1 <<10) //supports extended keys
|
||||
#define HTON_SUPPORTS_EXTENDED_KEYS (1 <<10) //supports extended keys
|
||||
|
||||
class Ha_trx_info;
|
||||
|
||||
|
Reference in New Issue
Block a user