summaryrefslogtreecommitdiff
path: root/storage/mroonga
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mnogosearch.org>2014-10-02 14:58:57 +0400
committerAlexander Barkov <bar@mnogosearch.org>2014-10-02 14:58:57 +0400
commit8dbe3d81d44ed5c9df540e02ef18cbbc7d971c12 (patch)
tree409631a8db448c3c796a208d7637bcfc3e65069f /storage/mroonga
parent0cc855cdc8cd0baa6ba50662632b299a3843ff13 (diff)
downloadmariadb-git-8dbe3d81d44ed5c9df540e02ef18cbbc7d971c12.tar.gz
- Changing Mroonga maturnity from STABLE to BETA
- removing libmysql/libmysql.version from .bzrignore, as we don't have this file any more
Diffstat (limited to 'storage/mroonga')
-rw-r--r--storage/mroonga/ha_mroonga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/mroonga/ha_mroonga.cpp b/storage/mroonga/ha_mroonga.cpp
index a4a2f9417c4..e9906103fff 100644
--- a/storage/mroonga/ha_mroonga.cpp
+++ b/storage/mroonga/ha_mroonga.cpp
@@ -156,7 +156,7 @@ static pthread_mutex_t *mrn_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_STABLE
+# define MRN_PLUGIN_LAST_VALUES MRN_VERSION, MariaDB_PLUGIN_MATURITY_BETA
# define MRN_ABORT_ON_WARNING(thd) thd_kill_level(thd)
#else
# define mrn_declare_plugin(NAME) mysql_declare_plugin(NAME)