[Groonga-commit] groonga/groonga at 4e6bdbd [master] Fix a bug that needless SCAN_PUSH flag is remained

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 8 19:14:17 JST 2016


Kouhei Sutou	2016-04-08 19:14:17 +0900 (Fri, 08 Apr 2016)

  New Revision: 4e6bdbd83f4e5981e8dc11926c0e70981d840979
  https://github.com/groonga/groonga/commit/4e6bdbd83f4e5981e8dc11926c0e70981d840979

  Message:
    Fix a bug that needless SCAN_PUSH flag is remained

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -0)
===================================================================
--- lib/expr.c    2016-04-08 18:47:40 +0900 (7601584)
+++ lib/expr.c    2016-04-08 19:14:17 +0900 (a7fb194)
@@ -4877,6 +4877,7 @@ grn_scan_info_build_simple_open(grn_ctx *ctx, int *n, grn_operator logical_op)
     return NULL;
   }
 
+  si->flags &= ~SCAN_PUSH;
   si->logical_op = logical_op;
 
   sis[0] = si;
-------------- next part --------------
HTML����������������������������...
Download 



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