Skip to content

Commit 5b90970

Browse files
committed
increase INET6 plugin maturity
1 parent b5174ec commit 5b90970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin/type_inet/mysql-test/type_inet/type_inet6_plugin.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PLUGIN_TYPE DATA TYPE
2424
PLUGIN_AUTHOR MariaDB Corporation
2525
PLUGIN_DESCRIPTION Data type INET6
2626
PLUGIN_LICENSE GPL
27-
PLUGIN_MATURITY Beta
27+
PLUGIN_MATURITY Gamma
2828
PLUGIN_AUTH_VERSION 1.0
2929
#
3030
# End of 10.5 tests

plugin/type_inet/plugin.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ maria_declare_plugin(type_inet)
186186
NULL, // Status variables
187187
NULL, // System variables
188188
"1.0", // String version representation
189-
MariaDB_PLUGIN_MATURITY_BETA // Maturity(see include/mysql/plugin.h)*/
189+
MariaDB_PLUGIN_MATURITY_GAMMA // Maturity(see include/mysql/plugin.h)*/
190190
},
191191
{
192192
MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)

0 commit comments

Comments
 (0)