summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2023-01-20 16:00:51 +0400
committerAlexander Barkov <bar@mariadb.com>2023-01-20 16:35:43 +0400
commit61c95da67f5dec6e1e8fe80146dc34b7074f0a22 (patch)
tree14df8dd6a1ed1a6c1eccbd4d227c192460b3e0aa /plugin
parent45087dd0b349062d4924ef932696dc674f10c396 (diff)
downloadmariadb-git-61c95da67f5dec6e1e8fe80146dc34b7074f0a22.tar.gz
MDEV-30146 Change maturity of plugins for January 2023 Releases
Diffstat (limited to 'plugin')
-rw-r--r--plugin/type_inet/mysql-test/type_inet/type_inet4_plugin.result2
-rw-r--r--plugin/type_inet/plugin.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/type_inet/mysql-test/type_inet/type_inet4_plugin.result b/plugin/type_inet/mysql-test/type_inet/type_inet4_plugin.result
index 7d36d8355ce..291d4c2d05b 100644
--- a/plugin/type_inet/mysql-test/type_inet/type_inet4_plugin.result
+++ b/plugin/type_inet/mysql-test/type_inet/type_inet4_plugin.result
@@ -24,7 +24,7 @@ PLUGIN_TYPE DATA TYPE
PLUGIN_AUTHOR MariaDB Corporation
PLUGIN_DESCRIPTION Data type INET4
PLUGIN_LICENSE GPL
-PLUGIN_MATURITY Alpha
+PLUGIN_MATURITY Gamma
PLUGIN_AUTH_VERSION 1.0
#
# End of 10.10 tests
diff --git a/plugin/type_inet/plugin.cc b/plugin/type_inet/plugin.cc
index 9eb8de1050a..e2854314ac0 100644
--- a/plugin/type_inet/plugin.cc
+++ b/plugin/type_inet/plugin.cc
@@ -189,7 +189,7 @@ maria_declare_plugin(type_inet)
NULL, // Status variables
NULL, // System variables
"1.0", // String version representation
- MariaDB_PLUGIN_MATURITY_ALPHA // Maturity(see include/mysql/plugin.h)*/
+ MariaDB_PLUGIN_MATURITY_GAMMA // Maturity(see include/mysql/plugin.h)*/
},
{
MariaDB_DATA_TYPE_PLUGIN, // the plugin type (see include/mysql/plugin.h)