diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-03-11 08:59:51 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-03-18 22:05:23 +0100 |
commit | 3fdc6140a358161e6dff054134f08333e8f9f44d (patch) | |
tree | c327b0e10d2a177d0b55ca005f032a267ad58a25 /storage/oqgraph/ha_oqgraph.cc | |
parent | 7cb16dc2a369058b31df1b3999989f6beff94d07 (diff) | |
download | mariadb-git-3fdc6140a358161e6dff054134f08333e8f9f44d.tar.gz |
update plugins' maturity levels
Diffstat (limited to 'storage/oqgraph/ha_oqgraph.cc')
-rw-r--r-- | storage/oqgraph/ha_oqgraph.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/oqgraph/ha_oqgraph.cc b/storage/oqgraph/ha_oqgraph.cc index 6f142a213b7..b8e1a673670 100644 --- a/storage/oqgraph/ha_oqgraph.cc +++ b/storage/oqgraph/ha_oqgraph.cc @@ -1372,6 +1372,6 @@ maria_declare_plugin(oqgraph) oqgraph_status, /* status variables */ oqgraph_sysvars, /* system variables */ "3.0", - MariaDB_PLUGIN_MATURITY_BETA + MariaDB_PLUGIN_MATURITY_GAMMA } maria_declare_plugin_end; |