mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge 10.4 into 10.5
This commit is contained in:
commit
c41c79650a
277 changed files with 2048 additions and 1500 deletions
|
|
@ -36,7 +36,7 @@ class ha_heap final : public handler
|
|||
my_bool internal_table;
|
||||
public:
|
||||
ha_heap(handlerton *hton, TABLE_SHARE *table);
|
||||
~ha_heap() {}
|
||||
~ha_heap() = default;
|
||||
handler *clone(const char *name, MEM_ROOT *mem_root);
|
||||
const char *index_type(uint inx)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue