summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2023-01-25 10:17:54 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2023-01-25 10:17:54 +0200
commit75c78316d648ddb96134b436120b666032733217 (patch)
treedfefffc3f4a9f114cba218bd5d34e103ba81d2fa /plugin
parenta30d4250c2e15d4a3776a827e40094441629cc72 (diff)
parent10635c2833a951b11b1d56e388244127e257ffb5 (diff)
downloadmariadb-git-75c78316d648ddb96134b436120b666032733217.tar.gz
Merge 10.11 into 11.0
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)