mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
change buitin plugin types from Alpha to Stable as needed
for the functionality that was part of the server for years and is moved in 10.5 into a [statically linked] plugin without changing the underlying code.
This commit is contained in:
parent
979af00b7c
commit
28e714b5f6
3 changed files with 18 additions and 18 deletions
|
@ -234,7 +234,7 @@ maria_declare_plugin(type_geom)
|
|||
NULL, // Status variables
|
||||
NULL, // System variables
|
||||
"1.0", // String version representation
|
||||
MariaDB_PLUGIN_MATURITY_ALPHA // Maturity (see include/mysql/plugin.h)*/
|
||||
MariaDB_PLUGIN_MATURITY_STABLE // Maturity (see include/mysql/plugin.h)*/
|
||||
},
|
||||
{
|
||||
MYSQL_INFORMATION_SCHEMA_PLUGIN, // the plugin type (see include/mysql/plugin.h)
|
||||
|
@ -249,6 +249,6 @@ maria_declare_plugin(type_geom)
|
|||
NULL, // Status variables
|
||||
NULL, // System variables
|
||||
"1.0", // String version representation
|
||||
MariaDB_PLUGIN_MATURITY_ALPHA // Maturity (see include/mysql/plugin.h)
|
||||
MariaDB_PLUGIN_MATURITY_STABLE // Maturity (see include/mysql/plugin.h)
|
||||
}
|
||||
maria_declare_plugin_end;
|
||||
|
|
|
@ -35,7 +35,7 @@ PLUGIN_TYPE FUNCTION
|
|||
PLUGIN_AUTHOR MariaDB Corporation
|
||||
PLUGIN_DESCRIPTION Function INET6_ATON()
|
||||
PLUGIN_LICENSE GPL
|
||||
PLUGIN_MATURITY Alpha
|
||||
PLUGIN_MATURITY Stable
|
||||
PLUGIN_AUTH_VERSION 1.0
|
||||
---- ----
|
||||
PLUGIN_NAME inet6_ntoa
|
||||
|
@ -45,7 +45,7 @@ PLUGIN_TYPE FUNCTION
|
|||
PLUGIN_AUTHOR MariaDB Corporation
|
||||
PLUGIN_DESCRIPTION Function INET6_NTOA()
|
||||
PLUGIN_LICENSE GPL
|
||||
PLUGIN_MATURITY Alpha
|
||||
PLUGIN_MATURITY Stable
|
||||
PLUGIN_AUTH_VERSION 1.0
|
||||
---- ----
|
||||
PLUGIN_NAME inet_aton
|
||||
|
@ -55,7 +55,7 @@ PLUGIN_TYPE FUNCTION
|
|||
PLUGIN_AUTHOR MariaDB Corporation
|
||||
PLUGIN_DESCRIPTION Function INET_ATON()
|
||||
PLUGIN_LICENSE GPL
|
||||
PLUGIN_MATURITY Alpha
|
||||
PLUGIN_MATURITY Stable
|
||||
PLUGIN_AUTH_VERSION 1.0
|
||||
---- ----
|
||||
PLUGIN_NAME inet_ntoa
|
||||
|
@ -65,7 +65,7 @@ PLUGIN_TYPE FUNCTION
|
|||
PLUGIN_AUTHOR MariaDB Corporation
|
||||
PLUGIN_DESCRIPTION Function INET_NTOA()
|
||||
PLUGIN_LICENSE GPL
|
||||
PLUGIN_MATURITY Alpha
|
||||
PLUGIN_MATURITY Stable
|
||||
PLUGIN_AUTH_VERSION 1.0
|
||||
---- ----
|
||||
PLUGIN_NAME is_ipv4
|
||||
|
@ -75,7 +75,7 @@ PLUGIN_TYPE FUNCTION
|
|||
PLUGIN_AUTHOR MariaDB Corporation
|
||||
PLUGIN_DESCRIPTION Function IS_IPV4()
|
||||
PLUGIN_LICENSE GPL
|
||||
PLUGIN_MATURITY Alpha
|
||||
PLUGIN_MATURITY Stable
|
||||
PLUGIN_AUTH_VERSION 1.0
|
||||
---- ----
|
||||
PLUGIN_NAME is_ipv4_compat
|
||||
|
@ -85,7 +85,7 @@ PLUGIN_TYPE FUNCTION
|
|||
PLUGIN_AUTHOR MariaDB Corporation
|
||||
PLUGIN_DESCRIPTION Function IS_IPV4_COMPAT()
|
||||
PLUGIN_LICENSE GPL
|
||||
PLUGIN_MATURITY Alpha
|
||||
PLUGIN_MATURITY Stable
|
||||
PLUGIN_AUTH_VERSION 1.0
|
||||
---- ----
|
||||
PLUGIN_NAME is_ipv4_mapped
|
||||
|
@ -95,7 +95,7 @@ PLUGIN_TYPE FUNCTION
|
|||
PLUGIN_AUTHOR MariaDB Corporation
|
||||
PLUGIN_DESCRIPTION Function IS_IPV4_MAPPED()
|
||||
PLUGIN_LICENSE GPL
|
||||
PLUGIN_MATURITY Alpha
|
||||
PLUGIN_MATURITY Stable
|
||||
PLUGIN_AUTH_VERSION 1.0
|
||||
---- ----
|
||||
PLUGIN_NAME is_ipv6
|
||||
|
@ -105,7 +105,7 @@ PLUGIN_TYPE FUNCTION
|
|||
PLUGIN_AUTHOR MariaDB Corporation
|
||||
PLUGIN_DESCRIPTION Function IS_IPV6()
|
||||
PLUGIN_LICENSE GPL
|
||||
PLUGIN_MATURITY Alpha
|
||||
PLUGIN_MATURITY Stable
|
||||
PLUGIN_AUTH_VERSION 1.0
|
||||
#
|
||||
# End of 10.5 tests
|
||||
|
|
|
@ -201,7 +201,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_STABLE// Maturity(see include/mysql/plugin.h)*/
|
||||
},
|
||||
{
|
||||
MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)
|
||||
|
@ -216,7 +216,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_STABLE// Maturity(see include/mysql/plugin.h)*/
|
||||
},
|
||||
{
|
||||
MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)
|
||||
|
@ -231,7 +231,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_STABLE// Maturity(see include/mysql/plugin.h)*/
|
||||
},
|
||||
{
|
||||
MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)
|
||||
|
@ -246,7 +246,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_STABLE// Maturity(see include/mysql/plugin.h)*/
|
||||
},
|
||||
{
|
||||
MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)
|
||||
|
@ -261,7 +261,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_STABLE// Maturity(see include/mysql/plugin.h)*/
|
||||
},
|
||||
{
|
||||
MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)
|
||||
|
@ -276,7 +276,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_STABLE// Maturity(see include/mysql/plugin.h)*/
|
||||
},
|
||||
{
|
||||
MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)
|
||||
|
@ -291,7 +291,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_STABLE// Maturity(see include/mysql/plugin.h)*/
|
||||
},
|
||||
{
|
||||
MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)
|
||||
|
@ -306,6 +306,6 @@ 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_STABLE// Maturity(see include/mysql/plugin.h)*/
|
||||
}
|
||||
maria_declare_plugin_end;
|
||||
|
|
Loading…
Reference in a new issue