Commit 2cec0523 authored by Sergei Golubchik's avatar Sergei Golubchik

INET6 type plugin -> Beta

parent 00ddea4f
...@@ -24,7 +24,7 @@ PLUGIN_TYPE DATA TYPE ...@@ -24,7 +24,7 @@ PLUGIN_TYPE DATA TYPE
PLUGIN_AUTHOR MariaDB Corporation PLUGIN_AUTHOR MariaDB Corporation
PLUGIN_DESCRIPTION Data type INET6 PLUGIN_DESCRIPTION Data type INET6
PLUGIN_LICENSE GPL PLUGIN_LICENSE GPL
PLUGIN_MATURITY Alpha PLUGIN_MATURITY Beta
PLUGIN_AUTH_VERSION 1.0 PLUGIN_AUTH_VERSION 1.0
# #
# End of 10.5 tests # End of 10.5 tests
......
...@@ -186,7 +186,7 @@ maria_declare_plugin(type_inet) ...@@ -186,7 +186,7 @@ maria_declare_plugin(type_inet)
NULL, // Status variables NULL, // Status variables
NULL, // System variables NULL, // System variables
"1.0", // String version representation "1.0", // String version representation
MariaDB_PLUGIN_MATURITY_ALPHA // Maturity(see include/mysql/plugin.h)*/ MariaDB_PLUGIN_MATURITY_BETA // Maturity(see include/mysql/plugin.h)*/
}, },
{ {
MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h) MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment