Navigation Menu

Skip to content

Commit

Permalink
Use "text/x-groonga-command-list" as MIME-type for dump command result
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2012
1 parent 16f1fa3 commit 555e8fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/proc.c
Expand Up @@ -2471,6 +2471,7 @@ 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;
ctx->impl->mime_type = "text/x-groonga-command-list";
dump_schema(ctx, outbuf);
/* To update index columns correctly, we first create the whole schema, then
load non-derivative records, while skipping records of index columns. That
Expand Down

0 comments on commit 555e8fd

Please sign in to comment.