mirror of
https://github.com/MariaDB/server.git
synced 2025-04-09 00:35:40 +02:00
increase INET6 plugin maturity
This commit is contained in:
parent
b5174eca7b
commit
5b90970e87
2 changed files with 2 additions and 2 deletions
plugin/type_inet
|
@ -24,7 +24,7 @@ PLUGIN_TYPE DATA TYPE
|
|||
PLUGIN_AUTHOR MariaDB Corporation
|
||||
PLUGIN_DESCRIPTION Data type INET6
|
||||
PLUGIN_LICENSE GPL
|
||||
PLUGIN_MATURITY Beta
|
||||
PLUGIN_MATURITY Gamma
|
||||
PLUGIN_AUTH_VERSION 1.0
|
||||
#
|
||||
# End of 10.5 tests
|
||||
|
|
|
@ -186,7 +186,7 @@ maria_declare_plugin(type_inet)
|
|||
NULL, // Status variables
|
||||
NULL, // System variables
|
||||
"1.0", // String version representation
|
||||
MariaDB_PLUGIN_MATURITY_BETA // Maturity(see include/mysql/plugin.h)*/
|
||||
MariaDB_PLUGIN_MATURITY_GAMMA // Maturity(see include/mysql/plugin.h)*/
|
||||
},
|
||||
{
|
||||
MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)
|
||||
|
|
Loading…
Add table
Reference in a new issue