[Groonga-commit] groonga/groonga at 8d93f5d [master] Use GRN_ID_NIL

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Fri Mar 24 13:13:00 JST 2017


Kouhei Sutou	2017-03-24 13:13:00 +0900 (Fri, 24 Mar 2017)

  New Revision: 8d93f5dfb8f4969a0b8c9bf1d2055376e00d5c89
  https://github.com/groonga/groonga/commit/8d93f5dfb8f4969a0b8c9bf1d2055376e00d5c89

  Message:
    Use GRN_ID_NIL

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -1)
===================================================================
--- lib/expr.c    2017-03-24 13:03:03 +0900 (da087dd)
+++ lib/expr.c    2017-03-24 13:13:00 +0900 (5365804)
@@ -5781,7 +5781,7 @@ grn_table_select_index_match(grn_ctx *ctx,
     if (grn_table_select_and_min_skip_enable) {
       optarg.match_info.min = *min_id;
     } else {
-      optarg.match_info.min = 0;
+      optarg.match_info.min = GRN_ID_NIL;
     }
     if (sid) {
       int weight_index = sid - 1;
-------------- next part --------------
HTML����������������������������...
Download 



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