null+****@clear*****
null+****@clear*****
2010年 7月 12日 (月) 22:20:51 JST
Daijiro MORI 2010-07-12 13:20:51 +0000 (Mon, 12 Jul 2010)
New Revision: d113aa847edac82faa7d0617dc5fb9e2862d0bcc
Log:
Force proc_dump() to use GRN_CONTENT_NONE as output_type.
Modified files:
lib/proc.c
Modified: lib/proc.c (+1 -0)
===================================================================
--- lib/proc.c 2010-07-12 13:07:14 +0000 (f240317)
+++ lib/proc.c 2010-07-12 13:20:51 +0000 (10276c5)
@@ -1779,6 +1779,7 @@ static grn_obj *
proc_dump(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_data)
{
grn_obj *outbuf = ctx->impl->outbuf;
+ ctx->impl->output_type = GRN_CONTENT_NONE;
dump_scheme(ctx, outbuf);
/* To update index columns correctly, we first create the whole scheme, then
load non-derivative records, while skipping records of index columns. That