[Groonga-mysql-commit] mroonga/mroonga at 06e4385 [master] mysql80: use SELECT_LEX

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 20 23:31:21 JST 2017


Kouhei Sutou	2017-07-20 23:31:21 +0900 (Thu, 20 Jul 2017)

  New Revision: 06e438519d56c42067d453c01baeb9a3ee0e24b8
  https://github.com/mroonga/mroonga/commit/06e438519d56c42067d453c01baeb9a3ee0e24b8

  Message:
    mysql80: use SELECT_LEX

  Modified files:
    lib/mrn_count_skip_checker.cpp
    lib/mrn_count_skip_checker.hpp

  Modified: lib/mrn_count_skip_checker.cpp (+1 -1)
===================================================================
--- lib/mrn_count_skip_checker.cpp    2017-07-20 23:30:52 +0900 (8dcb024)
+++ lib/mrn_count_skip_checker.cpp    2017-07-20 23:31:21 +0900 (0aafb52)
@@ -28,7 +28,7 @@
 namespace mrn {
   CountSkipChecker::CountSkipChecker(grn_ctx *ctx,
                                      TABLE *table,
-                                     st_select_lex *select_lex,
+                                     SELECT_LEX *select_lex,
                                      KEY *key_info,
                                      key_part_map target_key_part_map,
                                      bool is_storage_mode)

  Modified: lib/mrn_count_skip_checker.hpp (+2 -2)
===================================================================
--- lib/mrn_count_skip_checker.hpp    2017-07-20 23:30:52 +0900 (9c217c7)
+++ lib/mrn_count_skip_checker.hpp    2017-07-20 23:31:21 +0900 (b813ecd)
@@ -31,7 +31,7 @@ namespace mrn {
   public:
     CountSkipChecker(grn_ctx *ctx,
                      TABLE *table,
-                     st_select_lex *select_lex,
+                     SELECT_LEX *select_lex,
                      KEY *key_info,
                      key_part_map target_key_part_map,
                      bool is_storage_mode);
@@ -42,7 +42,7 @@ namespace mrn {
   private:
     grn_ctx *ctx_;
     TABLE *table_;
-    st_select_lex *select_lex_;
+    SELECT_LEX *select_lex_;
     KEY *key_info_;
     key_part_map target_key_part_map_;
     bool is_storage_mode_;
-------------- next part --------------
HTML����������������������������...
Download 



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