[Groonga-commit] groonga/groonga at ea22c75 [master] Use optimized expression on sequential search fallback

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 13 16:28:37 JST 2016


Kouhei Sutou	2016-05-13 16:28:37 +0900 (Fri, 13 May 2016)

  New Revision: ea22c75452d711fe1b0e7957fc72a1e680028ee7
  https://github.com/groonga/groonga/commit/ea22c75452d711fe1b0e7957fc72a1e680028ee7

  Message:
    Use optimized expression on sequential search fallback

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -1)
===================================================================
--- lib/expr.c    2016-05-13 15:57:30 +0900 (e226992)
+++ lib/expr.c    2016-05-13 16:28:37 +0900 (e1c82dc)
@@ -6633,7 +6633,7 @@ grn_table_select(grn_ctx *ctx, grn_obj *table, grn_obj *expr,
             if (ctx->rc) { break; }
             e->codes = codes + si->start;
             e->codes_curr = si->end - si->start + 1;
-            grn_table_select_sequential(ctx, table, expr, v,
+            grn_table_select_sequential(ctx, table, (grn_obj *)e, v,
                                         res, si->logical_op);
           }
         }
-------------- next part --------------
HTML����������������������������...
Download 



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