We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5174ec commit 5b90970Copy full SHA for 5b90970
plugin/type_inet/mysql-test/type_inet/type_inet6_plugin.result
@@ -24,7 +24,7 @@ PLUGIN_TYPE DATA TYPE
24
PLUGIN_AUTHOR MariaDB Corporation
25
PLUGIN_DESCRIPTION Data type INET6
26
PLUGIN_LICENSE GPL
27
-PLUGIN_MATURITY Beta
+PLUGIN_MATURITY Gamma
28
PLUGIN_AUTH_VERSION 1.0
29
#
30
# End of 10.5 tests
plugin/type_inet/plugin.cc
@@ -186,7 +186,7 @@ maria_declare_plugin(type_inet)
186
NULL, // Status variables
187
NULL, // System variables
188
"1.0", // String version representation
189
- MariaDB_PLUGIN_MATURITY_BETA // Maturity(see include/mysql/plugin.h)*/
+ MariaDB_PLUGIN_MATURITY_GAMMA // Maturity(see include/mysql/plugin.h)*/
190
},
191
{
192
MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)
0 commit comments