Navigation Menu

Skip to content

Commit

Permalink
[mariadb] maturity experimental -> stable.
Browse files Browse the repository at this point in the history
Because we already released a major version. :-)
  • Loading branch information
kou committed Dec 30, 2011
1 parent 10aa175 commit 737b008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -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
Expand Down

0 comments on commit 737b008

Please sign in to comment.