[Groonga-commit] groonga/groonga at cf6e0ae [master] Fix wrong index report

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 12 14:43:01 JST 2016


Kouhei Sutou	2016-10-12 14:43:01 +0900 (Wed, 12 Oct 2016)

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

  Message:
    Fix wrong index report
    
    Index column instead of table of index column should be reported. Index
    column information is important.

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -1)
===================================================================
--- lib/expr.c    2016-10-12 13:39:41 +0900 (5f9bff1)
+++ lib/expr.c    2016-10-12 14:43:01 +0900 (61cc28f)
@@ -6263,7 +6263,7 @@ grn_table_select_index_range_column(grn_ctx *ctx, grn_obj *table,
     int limit = -1;
     int flags = GRN_CURSOR_ASCENDING;
 
-    grn_table_select_index_report(ctx, "[range]", index_table);
+    grn_table_select_index_report(ctx, "[range]", index);
 
     switch (si->op) {
     case GRN_OP_LESS :
-------------- next part --------------
HTML����������������������������...
Download 



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