Navigation Menu

Skip to content

Commit

Permalink
add a missing space before '='.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2011
1 parent 0c49434 commit 1f1a3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -2147,7 +2147,7 @@ int ha_mroonga::extra_opt(enum ha_extra_function operation, ulong cache_size)
int ha_mroonga::wrapper_write_row(uchar *buf)
{
int error;
THD *thd= ha_thd();
THD *thd = ha_thd();
MRN_DBUG_ENTER_METHOD();
MRN_SET_WRAP_SHARE_KEY(share, table->s);
MRN_SET_WRAP_TABLE_KEY(this, table);
Expand Down

0 comments on commit 1f1a3b3

Please sign in to comment.