From c9212b7a43da212565b9443f670428d44b192b6a Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Wed, 26 Jun 2024 11:08:56 +0800 Subject: [PATCH] MDEV-33746 [fixup] Add suggested overrides in mroonga --- storage/mroonga/ha_mroonga.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/mroonga/ha_mroonga.hpp b/storage/mroonga/ha_mroonga.hpp index 2bc5c2b30f3..aba123649f0 100644 --- a/storage/mroonga/ha_mroonga.hpp +++ b/storage/mroonga/ha_mroonga.hpp @@ -403,7 +403,7 @@ private: public: ha_mroonga(handlerton *hton, TABLE_SHARE *share_arg); ~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 **bas_ext() const; // required