Navigation Menu

Skip to content

Commit

Permalink
remove duplicated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 15, 2012
1 parent aaf94f6 commit d81c526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -2235,7 +2235,7 @@ int ha_mroonga::wrapper_create_index(const char *name, TABLE *table,
pkey_type, pkey_value_type);
if (ctx->rc) {
error = ER_CANT_CREATE_TABLE;
my_message(ER_CANT_CREATE_TABLE, ctx->errbuf, MYF(0));
my_message(error, ctx->errbuf, MYF(0));
DBUG_RETURN(error);
}

Expand Down

0 comments on commit d81c526

Please sign in to comment.