mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.11 into 11.4
This commit is contained in:
@@ -3620,7 +3620,6 @@ public:
|
||||
int ha_enable_indexes(key_map map, bool persist);
|
||||
int ha_discard_or_import_tablespace(my_bool discard);
|
||||
int ha_rename_table(const char *from, const char *to);
|
||||
void ha_drop_table(const char *name);
|
||||
|
||||
int ha_create(const char *name, TABLE *form, HA_CREATE_INFO *info);
|
||||
|
||||
@@ -5570,8 +5569,8 @@ static inline bool ha_storage_engine_is_enabled(const handlerton *db_type)
|
||||
int ha_init_errors(void);
|
||||
int ha_init(void);
|
||||
int ha_end(void);
|
||||
int ha_initialize_handlerton(st_plugin_int *plugin);
|
||||
int ha_finalize_handlerton(st_plugin_int *plugin);
|
||||
int ha_initialize_handlerton(void *plugin);
|
||||
int ha_finalize_handlerton(void *plugin);
|
||||
|
||||
TYPELIB *ha_known_exts(void);
|
||||
int ha_panic(enum ha_panic_function flag);
|
||||
|
Reference in New Issue
Block a user