mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch 10.5 into 10.6
This commit is contained in:
@ -590,8 +590,9 @@ private:
|
||||
And one method to read it in.
|
||||
*/
|
||||
bool create_handler_file(const char *name);
|
||||
bool setup_engine_array(MEM_ROOT *mem_root);
|
||||
bool setup_engine_array(MEM_ROOT *mem_root, handlerton *first_engine);
|
||||
bool read_par_file(const char *name);
|
||||
handlerton *get_def_part_engine(const char *name);
|
||||
bool get_from_handler_file(const char *name, MEM_ROOT *mem_root,
|
||||
bool is_clone);
|
||||
bool new_handlers_from_part_info(MEM_ROOT *mem_root);
|
||||
|
Reference in New Issue
Block a user