summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2023-01-24 15:17:39 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2023-01-24 15:17:39 +0200
commit10635c2833a951b11b1d56e388244127e257ffb5 (patch)
treef4bbbc9b29b871825c33654b0e74304415d73661 /plugin
parentf4e023ae7f32a1b85f75a6ba1f81963427162bfb (diff)
parent51fc6b91d2d3c40a69b78f2e47641107d65a957b (diff)
downloadmariadb-git-10635c2833a951b11b1d56e388244127e257ffb5.tar.gz
Merge 10.10 into 10.11
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)