[Groonga-commit] groonga/grngo at a4166a5 [master] Add a missing GRN_BULK_REWIND().

Back to archive index

susumu.yata null+****@clear*****
Fri Jul 24 20:07:17 JST 2015


susumu.yata	2015-07-24 20:07:17 +0900 (Fri, 24 Jul 2015)

  New Revision: a4166a504385711e7b313d582fa3c9f013728011
  https://github.com/groonga/grngo/commit/a4166a504385711e7b313d582fa3c9f013728011

  Message:
    Add a missing GRN_BULK_REWIND().

  Modified files:
    grngo.c

  Modified: grngo.c (+1 -0)
===================================================================
--- grngo.c    2015-07-24 19:37:44 +0900 (c44949c)
+++ grngo.c    2015-07-24 20:07:17 +0900 (98638b9)
@@ -1137,6 +1137,7 @@ _grngo_get_value(grngo_column *column, const grn_id *ids, size_t n_ids) {
       offset = size;
     }
     if (column->text_buf) {
+      GRN_BULK_REWIND(column->text_buf);
       for (i = 0; i < offset; i++) {
         grngo_text text;
         text.size = grn_vector_get_element(ctx, src_buf, i,
-------------- next part --------------
HTML����������������������������...
Download 



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