[Groonga-mysql-commit] mroonga/mroonga at e876cc9 [master] mysql57: include mrn_mysql_compat.h ASAP

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 18 21:01:22 JST 2015


Kouhei Sutou	2015-03-18 21:01:22 +0900 (Wed, 18 Mar 2015)

  New Revision: e876cc973721d18e0d5ab13f6d43116d7e949d2f
  https://github.com/mroonga/mroonga/commit/e876cc973721d18e0d5ab13f6d43116d7e949d2f

  Message:
    mysql57: include mrn_mysql_compat.h ASAP

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+2 -1)
===================================================================
--- ha_mroonga.cpp    2015-03-18 21:01:14 +0900 (23204b8)
+++ ha_mroonga.cpp    2015-03-18 21:01:22 +0900 (473c67e)
@@ -21,6 +21,7 @@
 */
 
 #include "mrn_mysql.h"
+#include "mrn_mysql_compat.h"
 
 #ifdef USE_PRAGMA_IMPLEMENTATION
 #pragma implementation
@@ -9366,7 +9367,7 @@ void ha_mroonga::check_fast_order_limit(grn_table_sort_key **sort_keys,
 
   TABLE_LIST *table_list = table->pos_in_table_list;
   st_select_lex *select_lex = table_list->select_lex;
-  SELECT_LEX_UNIT *unit = table_list->derived;
+  SELECT_LEX_UNIT *unit = NULL;// table_list->derived;
   st_select_lex *first_select_lex;
   if (unit)
   {
-------------- next part --------------
HTML����������������������������...
Download 



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