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
|
|
@ -87,9 +87,7 @@ class ha_archive final : public handler
|
|||
|
||||
public:
|
||||
ha_archive(handlerton *hton, TABLE_SHARE *table_arg);
|
||||
~ha_archive()
|
||||
{
|
||||
}
|
||||
~ha_archive() = default;
|
||||
const char *index_type(uint inx) { return "NONE"; }
|
||||
ulonglong table_flags() const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue