[Groonga-mysql-commit] mroonga/mroonga [master] fixed typo, etc to information_schema plugin.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 9月 16日 (木) 16:56:25 JST


Tetsuro IKEDA	2010-09-16 07:56:25 +0000 (Thu, 16 Sep 2010)

  New Revision: 6d972617dda2eada0afd72254c1777606a7cbf7e

  Log:
    fixed typo, etc to information_schema plugin.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+4 -4)
===================================================================
--- ha_mroonga.cc    2010-09-16 06:40:55 +0000 (7833278)
+++ ha_mroonga.cc    2010-09-16 07:56:25 +0000 (2d84662)
@@ -155,13 +155,13 @@ struct st_mysql_plugin i_s_groonga_stats =
 {
   MYSQL_INFORMATION_SCHEMA_PLUGIN,
   &i_s_info,
-  "GROONGA_STATS",
+  "groonga_stats",
   plugin_author,
-  "Statistics for Groonga",
-  PLUGIN_LICENSE_GPL,
+  "Statistics for groonga",
+  0,
   i_s_groonga_stats_init,
   i_s_groonga_stats_deinit,
-  GROONGA_VERSION_SHORT,
+  0x0001,
   NULL,
   NULL,
   NULL,




Groonga-mysql-commit メーリングリストの案内
Back to archive index