[Groonga-mysql-commit] mroonga/mroonga at aea0481 [master] Fix a bug caused by the previous commit

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Fri Aug 16 18:38:31 JST 2013


Kouhei Sutou	2013-08-16 18:38:31 +0900 (Fri, 16 Aug 2013)

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

  Message:
    Fix a bug caused by the previous commit
    
    WHERE check code was removed by mistake.

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2013-08-16 18:35:37 +0900 (dc8477e)
+++ ha_mroonga.cpp    2013-08-16 18:38:31 +0900 (afc40c0)
@@ -8856,7 +8856,7 @@ void ha_mroonga::check_fast_order_limit(grn_table_sort_key **sort_keys,
     }
     Item *where = select_lex->where;
     const Item_func *match_against = NULL;
-    {
+    if (where) {
       bool is_storage_mode = !(share->wrapper_mode);
       mrn::ConditionConverter converter(is_storage_mode, where);
       if (!converter.is_convertable()) {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Zurück zum Archiv-Index