[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] mroonga name is lower-case.

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:20:04 JST 2012


Tetsuro IKEDA	2010-03-17 19:38:26 +0900 (Wed, 17 Mar 2010)

  New Revision: f2af5ae704afb4f0300bfd33406c2c2a0e05eb29
  https://github.com/mroonga/mroonga/commit/f2af5ae704afb4f0300bfd33406c2c2a0e05eb29

  Log:
    mroonga name is lower-case.

  Modified files:
    ha_mroonga.cc
    plug.in

  Modified: ha_mroonga.cc (+5 -5)
===================================================================
--- ha_mroonga.cc    2010-03-17 19:36:45 +0900 (e157b1a)
+++ ha_mroonga.cc    2010-03-17 19:38:26 +0900 (a33eaa9)
@@ -147,9 +147,9 @@ longlong mrn_status_cond_push_used = 0;
 
 struct st_mysql_show_var mrn_status_variables[] =
 {
-  {"Mroonga_column_target", (char*) &mrn_status_column_target, SHOW_LONGLONG},
-  {"Mroonga_column_used", (char*) &mrn_status_column_used, SHOW_LONGLONG},
-  {"Mroonga_cond_push_used", (char*) &mrn_status_cond_push_used, SHOW_LONGLONG},
+  {"mroonga_column_target", (char*) &mrn_status_column_target, SHOW_LONGLONG},
+  {"mroonga_column_used", (char*) &mrn_status_column_used, SHOW_LONGLONG},
+  {"mroonga_cond_push_used", (char*) &mrn_status_cond_push_used, SHOW_LONGLONG},
   NULL
 };
 
@@ -228,7 +228,7 @@ mysql_declare_plugin(mroonga)
 {
   MYSQL_STORAGE_ENGINE_PLUGIN,
   &storage_engine_structure,
-  "Mroonga",
+  "mroonga",
   "Tetsuro IKEDA",
   "MySQL binding for Groonga",
   PLUGIN_LICENSE_BSD,
@@ -261,7 +261,7 @@ ha_mroonga::~ha_mroonga()
 
 const char *ha_mroonga::table_type() const
 {
-  return "Mroonga";
+  return "mroonga";
 }
 
 const char *ha_mroonga::index_type(uint inx)

  Modified: plug.in (+1 -1)
===================================================================
--- plug.in    2010-03-17 19:36:45 +0900 (2adc49c)
+++ plug.in    2010-03-17 19:38:26 +0900 (44311b7)
@@ -1,4 +1,4 @@
-MYSQL_STORAGE_ENGINE(mroonga,,[Mroonga Storage Engine],
+MYSQL_STORAGE_ENGINE(mroonga,,[mroonga storage engine],
 [MySQL binding for Groonga],
 [max,max-no-ndb])
 MYSQL_PLUGIN_DIRECTORY(mroonga, [storage/mroonga])
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index