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

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