Merge 10.4 into 10.5

This commit is contained in:
Marko Mäkelä 2023-02-10 12:02:11 +02:00
commit c41c79650a
277 changed files with 2048 additions and 1500 deletions

View file

@ -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)
{