[Groonga-mysql-commit] mroonga/mroonga at 0c203a8 [master] Add missing mrn_override

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 10 16:29:43 JST 2018


Kouhei Sutou	2018-08-10 16:29:43 +0900 (Fri, 10 Aug 2018)

  New Revision: 0c203a8d2a93fe5e0c15853b7932f2b5c3985da3
  https://github.com/mroonga/mroonga/commit/0c203a8d2a93fe5e0c15853b7932f2b5c3985da3

  Message:
    Add missing mrn_override

  Modified files:
    ha_mroonga.hpp

  Modified: ha_mroonga.hpp (+3 -3)
===================================================================
--- ha_mroonga.hpp    2018-08-10 16:26:21 +0900 (6e12d9de)
+++ ha_mroonga.hpp    2018-08-10 16:29:43 +0900 (fe9762a0)
@@ -696,7 +696,7 @@ public:
 #ifdef MRN_HANDLER_HAVE_KEYS_TO_USE_FOR_SCANNING
   const key_map *keys_to_use_for_scanning();
 #endif
-  ha_rows estimate_rows_upper_bound();
+  ha_rows estimate_rows_upper_bound() mrn_override;
 #ifdef MRN_HANDLER_HAVE_GET_DEFAULT_INDEX_ALGORITHM
   enum ha_key_alg get_default_index_algorithm() const mrn_override;
 #endif
@@ -762,9 +762,9 @@ public:
 
 protected:
 #ifdef MRN_HANDLER_RECORDS_RETURN_ERROR
-  int records(ha_rows *num_rows);
+  int records(ha_rows *num_rows) mrn_override;
 #else
-  ha_rows records();
+  ha_rows records() mrn_override;
 #endif
 #ifdef MRN_HANDLER_HAVE_HA_RND_NEXT
   int rnd_next(uchar *buf);
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180810/02111433/attachment.htm 



More information about the Groonga-mysql-commit mailing list
Back to archive index