Skip to content
Permalink
Browse files
MDEV-30146 Change maturity of plugins for January 2023 Releases
  • Loading branch information
abarkov committed Jan 20, 2023
1 parent 45087dd commit 61c95da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -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)

0 comments on commit 61c95da

Please sign in to comment.