Navigation Menu

Skip to content

Commit

Permalink
#444 change status prefix from "grn" to "groonga"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentoku committed Oct 14, 2010
1 parent 82cafd3 commit a1079b3
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 a1079b3

Please sign in to comment.