mirror of
https://github.com/MariaDB/server.git
synced 2025-12-28 08:10:14 +00:00
bump inet4 maturity to stable
This commit is contained in:
parent
addb01fb60
commit
2f5bad2f2b
@ -24,8 +24,8 @@ PLUGIN_TYPE DATA TYPE
|
||||
PLUGIN_AUTHOR MariaDB Corporation
|
||||
PLUGIN_DESCRIPTION Data type INET4
|
||||
PLUGIN_LICENSE GPL
|
||||
PLUGIN_MATURITY Gamma
|
||||
PLUGIN_AUTH_VERSION 1.0
|
||||
PLUGIN_MATURITY Stable
|
||||
PLUGIN_AUTH_VERSION 1.0.1
|
||||
#
|
||||
# End of 10.10 tests
|
||||
#
|
||||
|
||||
@ -188,8 +188,8 @@ maria_declare_plugin(type_inet)
|
||||
0x0100, // Numeric version 0xAABB means AA.BB version
|
||||
NULL, // Status variables
|
||||
NULL, // System variables
|
||||
"1.0", // String version representation
|
||||
MariaDB_PLUGIN_MATURITY_GAMMA // Maturity(see include/mysql/plugin.h)*/
|
||||
"1.0.1", // String version representation
|
||||
MariaDB_PLUGIN_MATURITY_STABLE// Maturity(see include/mysql/plugin.h)*/
|
||||
},
|
||||
{
|
||||
MariaDB_DATA_TYPE_PLUGIN, // the plugin type (see include/mysql/plugin.h)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user