diff options
author | Daniel Black <daniel@mariadb.org> | 2022-03-16 17:51:49 +1100 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2022-03-17 17:03:24 +1100 |
commit | b73d85277939e3edff90e1ff927218a541a2c136 (patch) | |
tree | 89d82c9686e5f28689ef9546dbe5fe8b47009ce4 /sql/ha_partition.h | |
parent | 73fee39ea62037780c59161507e89dd76c10b7a3 (diff) | |
parent | 069139a549a62f26d566c1aea2a49c13e9e8a654 (diff) | |
download | mariadb-git-b73d85277939e3edff90e1ff927218a541a2c136.tar.gz |
Merge 10.4 to 10.5
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index c082274b1be..9427516e384 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -588,8 +588,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); |