[Groonga-commit] groonga/groonga [master] Fixed missing setting tid.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 9月 19日 (日) 21:23:14 JST


Daijiro MORI	2010-09-19 12:23:14 +0000 (Sun, 19 Sep 2010)

  New Revision: 680d8cfad40f31bf50ce0691b2de6a947d57eae4

  Log:
    Fixed missing setting tid.

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -0)
===================================================================
--- lib/db.c    2010-09-19 12:12:37 +0000 (5aa6518)
+++ lib/db.c    2010-09-19 12:23:14 +0000 (56d93f0)
@@ -2146,6 +2146,7 @@ grn_index_cursor_next(grn_ctx *ctx, grn_obj *c, grn_id *tid)
       }
     }
   }
+  if (tid) { *tid = ic->tid; }
   GRN_API_RETURN((grn_posting *)ip);
 }
 




Groonga-commit メーリングリストの案内
Back to archive index