[Groonga-mysql-commit] mroonga/mroonga at 387e367 [master] mysql57: use wrapper macro to get SELECT_LEX::having

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 17 21:26:37 JST 2015


Kouhei Sutou	2015-03-17 21:26:37 +0900 (Tue, 17 Mar 2015)

  New Revision: 387e3677610c88c6020c9b0540eb6b9a601edd0f
  https://github.com/mroonga/mroonga/commit/387e3677610c88c6020c9b0540eb6b9a601edd0f

  Message:
    mysql57: use wrapper macro to get SELECT_LEX::having

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2015-03-17 21:25:49 +0900 (61178d1)
+++ ha_mroonga.cpp    2015-03-17 21:26:37 +0900 (331e532)
@@ -9377,7 +9377,7 @@ void ha_mroonga::check_fast_order_limit(grn_table_sort_key **sort_keys,
     thd_sql_command(ha_thd()) == SQLCOM_SELECT &&
     !select_lex->with_sum_func &&
     !select_lex->group_list.elements &&
-    !select_lex->having &&
+    !MRN_SELECT_LEX_GET_HAVING_COND(select_lex) &&
     select_lex->table_list.elements == 1 &&
     select_lex->order_list.elements &&
     select_lex->explicit_limit &&
-------------- next part --------------
HTML����������������������������...
Download 



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