null+****@clear*****
null+****@clear*****
2010年 10月 15日 (金) 00:25:29 JST
Kentoku SHIBA 2010-10-14 15:25:29 +0000 (Thu, 14 Oct 2010)
New Revision: a1079b3a75166c46bda07e43c14cca979504dc08
Log:
#444 change status prefix from "grn" to "groonga"
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc 2010-10-14 03:06:12 +0000 (e7b1cd5)
+++ ha_mroonga.cc 2010-10-14 15:25:29 +0000 (515cc4b)
@@ -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}
};