summaryrefslogtreecommitdiff
path: root/storage/sphinx
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-03-19 09:56:46 +0100
committerSergei Golubchik <sergii@pisem.net>2014-03-19 09:56:46 +0100
commit94c97e5b68c83b4ade57a8739c1ba91a6e844279 (patch)
tree2d6a7f267c1ef319c87a4511a1c0cbac86e67585 /storage/sphinx
parentcdf6d3ec047d3094e6c0d7bbd87cc70ddd349782 (diff)
downloadmariadb-git-94c97e5b68c83b4ade57a8739c1ba91a6e844279.tar.gz
update plugins' maturity levels:
old plugins get STABLE newer plugins get GAMMA those that had bugs recently get BETA
Diffstat (limited to 'storage/sphinx')
-rw-r--r--storage/sphinx/ha_sphinx.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/sphinx/ha_sphinx.cc b/storage/sphinx/ha_sphinx.cc
index 080496ce826..f31669e931c 100644
--- a/storage/sphinx/ha_sphinx.cc
+++ b/storage/sphinx/ha_sphinx.cc
@@ -3630,7 +3630,7 @@ maria_declare_plugin(sphinx)
sphinx_status_vars,
NULL,
SPHINXSE_VERSION, // string version
- MariaDB_PLUGIN_MATURITY_EXPERIMENTAL
+ MariaDB_PLUGIN_MATURITY_GAMMA
}
maria_declare_plugin_end;