[Groonga-commit] groonga/groonga at af7ef90 [master] Set domain to internal output buffer

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 16 18:17:46 JST 2015


Kouhei Sutou	2015-07-16 18:17:46 +0900 (Thu, 16 Jul 2015)

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

  Message:
    Set domain to internal output buffer

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+1 -1)
===================================================================
--- lib/ctx.c    2015-07-16 18:17:24 +0900 (5d16aa2)
+++ lib/ctx.c    2015-07-16 18:17:46 +0900 (4258426)
@@ -575,7 +575,7 @@ grn_ctx_impl_init(grn_ctx *ctx)
   ctx->impl->finalizer = NULL;
 
   ctx->impl->com = NULL;
-  ctx->impl->outbuf = grn_obj_open(ctx, GRN_BULK, 0, 0);
+  ctx->impl->outbuf = grn_obj_open(ctx, GRN_BULK, 0, GRN_DB_TEXT);
   ctx->impl->output = NULL;
   ctx->impl->data.ptr = NULL;
   ctx->impl->tv.tv_sec = 0;
-------------- next part --------------
HTML����������������������������...
Download 



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