Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:mroonga/mroonga
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Oct 18, 2010
2 parents 34ea26e + a1079b3 commit a41f718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -97,7 +97,7 @@ struct st_mysql_storage_engine storage_engine_structure =

struct st_mysql_show_var mrn_status_variables[] =
{
{"grn", (char *) &mrn_show_status, SHOW_FUNC},
{"groonga", (char *) &mrn_show_status, SHOW_FUNC},
{NullS, NullS, SHOW_LONG}
};

Expand Down

0 comments on commit a41f718

Please sign in to comment.