[Groonga-mysql-commit] mroonga/mroonga [master] [mariadb] maturity experimental -> stable.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 30日 (金) 19:51:16 JST


Kouhei Sutou	2011-12-30 19:51:16 +0900 (Fri, 30 Dec 2011)

  New Revision: 737b00803adbc4029b6b5898da321ca857c3c7e4

  Log:
    [mariadb] maturity experimental -> stable.
    
    Because we already released a major version. :-)

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2011-12-30 19:40:02 +0900 (4c83f39)
+++ ha_mroonga.cc    2011-12-30 19:51:16 +0900 (709f460)
@@ -93,7 +93,7 @@ extern pthread_mutex_t LOCK_open;
 #  define st_mysql_plugin          st_maria_plugin
 #  define mrn_declare_plugin(NAME) maria_declare_plugin(NAME)
 #  define mrn_declare_plugin_end   maria_declare_plugin_end
-#  define MRN_PLUGIN_LAST_VALUES   MRN_VERSION, MariaDB_PLUGIN_MATURITY_EXPERIMENTAL
+#  define MRN_PLUGIN_LAST_VALUES   MRN_VERSION, MariaDB_PLUGIN_MATURITY_STABLE
 #else
 #  define mrn_declare_plugin(NAME) mysql_declare_plugin(NAME)
 #  define mrn_declare_plugin_end   mysql_declare_plugin_end




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