diff options
author | Sergei Golubchik <serg@mariadb.org> | 2021-07-28 22:48:39 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-07-28 23:18:46 +0200 |
commit | a49f5525bbe1bb1f4320bd0db066068a81af62d9 (patch) | |
tree | 5a98a8543a2471910ad9182de442714b63f35da3 /plugin | |
parent | 07df0c948de347643d32f18d8b7f0423a6fd870d (diff) | |
download | mariadb-git-a49f5525bbe1bb1f4320bd0db066068a81af62d9.tar.gz |
MDEV-26226 Change Maturity of plugins inet6 and s3 to stable
from gamma
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/type_inet/mysql-test/type_inet/type_inet6_plugin.result | 2 | ||||
-rw-r--r-- | plugin/type_inet/plugin.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/type_inet/mysql-test/type_inet/type_inet6_plugin.result b/plugin/type_inet/mysql-test/type_inet/type_inet6_plugin.result index a51d0f0dd39..200ab30768f 100644 --- a/plugin/type_inet/mysql-test/type_inet/type_inet6_plugin.result +++ b/plugin/type_inet/mysql-test/type_inet/type_inet6_plugin.result @@ -24,7 +24,7 @@ PLUGIN_TYPE DATA TYPE PLUGIN_AUTHOR MariaDB Corporation PLUGIN_DESCRIPTION Data type INET6 PLUGIN_LICENSE GPL -PLUGIN_MATURITY Gamma +PLUGIN_MATURITY Stable PLUGIN_AUTH_VERSION 1.0 # # End of 10.5 tests diff --git a/plugin/type_inet/plugin.cc b/plugin/type_inet/plugin.cc index 2baa98f0594..77804c82af6 100644 --- a/plugin/type_inet/plugin.cc +++ b/plugin/type_inet/plugin.cc @@ -186,7 +186,7 @@ maria_declare_plugin(type_inet) NULL, // Status variables NULL, // System variables "1.0", // String version representation - MariaDB_PLUGIN_MATURITY_GAMMA // Maturity(see include/mysql/plugin.h)*/ + MariaDB_PLUGIN_MATURITY_STABLE// Maturity(see include/mysql/plugin.h)*/ }, { MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h) |