[Groonga-commit] groonga/groonga at 4188782 [master] Add missing index update

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Thu Feb 16 10:55:52 JST 2017


Kouhei Sutou	2017-02-16 10:55:52 +0900 (Thu, 16 Feb 2017)

  New Revision: 41887825d0186b972595272bcc223caf691b56e6
  https://github.com/groonga/groonga/commit/41887825d0186b972595272bcc223caf691b56e6

  Message:
    Add missing index update

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -0)
===================================================================
--- lib/expr.c    2017-02-16 10:42:37 +0900 (7b3399b)
+++ lib/expr.c    2017-02-16 10:55:52 +0900 (430f729)
@@ -4631,6 +4631,7 @@ grn_scan_info_build_full_not(grn_ctx *ctx,
             grn_ctx_get(ctx, "all_records", -1);
           sis[*i] = sis[*i - 1];
           sis[*i - 1] = all_records_si;
+          (*i)++;
           put_logical_op(ctx, sis, i, GRN_OP_AND_NOT, code_end - code);
         }
         break;
-------------- next part --------------
HTML����������������������������...
Download 



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