MDEV-30146 Change maturity of plugins for January 2023 Releases
This commit is contained in:
parent
45087dd0b3
commit
61c95da67f
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user