[Groonga-mysql-commit] mroonga/mroonga at 222a3d8 [master] Use same order in sql/handler.h

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 10 16:22:46 JST 2018


Kouhei Sutou	2018-08-10 16:22:46 +0900 (Fri, 10 Aug 2018)

  New Revision: 222a3d8cf54432c1a75ed8e4b3d75391b3743fe5
  https://github.com/mroonga/mroonga/commit/222a3d8cf54432c1a75ed8e4b3d75391b3743fe5

  Message:
    Use same order in sql/handler.h

  Modified files:
    ha_mroonga.hpp

  Modified: ha_mroonga.hpp (+3 -3)
===================================================================
--- ha_mroonga.hpp    2018-08-10 16:21:59 +0900 (17b1675e)
+++ ha_mroonga.hpp    2018-08-10 16:22:46 +0900 (b0aef53c)
@@ -654,6 +654,7 @@ public:
                            uint child_key_name_len) mrn_override;
   void change_table_ptr(TABLE *table_arg, TABLE_SHARE *share_arg) mrn_override;
   double scan_time() mrn_override;
+  double read_time(uint index, uint ranges, ha_rows rows) mrn_override;
 #ifdef MRN_HANDLER_HAVE_TABLE_CACHE_TYPE
   uint8 table_cache_type();
 #endif
@@ -691,7 +692,6 @@ public:
     dd::Table *table_def
 #endif
     ) mrn_override;
-  double read_time(uint index, uint ranges, ha_rows rows);
 #ifdef MRN_HANDLER_HAVE_KEYS_TO_USE_FOR_SCANNING
   const key_map *keys_to_use_for_scanning();
 #endif
@@ -1323,6 +1323,8 @@ private:
   void storage_change_table_ptr(TABLE *table_arg, TABLE_SHARE *share_arg);
   double wrapper_scan_time();
   double storage_scan_time();
+  double wrapper_read_time(uint index, uint ranges, ha_rows rows);
+  double storage_read_time(uint index, uint ranges, ha_rows rows);
 #ifdef MRN_HANDLER_HAVE_TABLE_CACHE_TYPE
   uint8 wrapper_table_cache_type();
   uint8 storage_table_cache_type();
@@ -1392,8 +1394,6 @@ private:
 #endif
     );
   int storage_truncate_index();
-  double wrapper_read_time(uint index, uint ranges, ha_rows rows);
-  double storage_read_time(uint index, uint ranges, ha_rows rows);
 #ifdef MRN_HANDLER_HAVE_KEYS_TO_USE_FOR_SCANNING
   const key_map *wrapper_keys_to_use_for_scanning();
   const key_map *storage_keys_to_use_for_scanning();
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180810/34a27b21/attachment.htm 



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