Commit c9212b7a authored by Yuchen Pei's avatar Yuchen Pei

MDEV-33746 [fixup] Add suggested overrides in mroonga

parent d7042ec4
...@@ -403,7 +403,7 @@ private: ...@@ -403,7 +403,7 @@ private:
public: public:
ha_mroonga(handlerton *hton, TABLE_SHARE *share_arg); ha_mroonga(handlerton *hton, TABLE_SHARE *share_arg);
~ha_mroonga(); ~ha_mroonga();
const char *table_type() const; // required const char *table_type() const override; // required
const char *index_type(uint inx) mrn_override; const char *index_type(uint inx) mrn_override;
const char **bas_ext() const; // required const char **bas_ext() const; // required
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment