Skip to content

Commit 2f5bad2

Browse files
committed
bump inet4 maturity to stable
1 parent addb01f commit 2f5bad2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugin/type_inet/mysql-test/type_inet/type_inet4_plugin.result

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ PLUGIN_TYPE DATA TYPE
2424
PLUGIN_AUTHOR MariaDB Corporation
2525
PLUGIN_DESCRIPTION Data type INET4
2626
PLUGIN_LICENSE GPL
27-
PLUGIN_MATURITY Gamma
28-
PLUGIN_AUTH_VERSION 1.0
27+
PLUGIN_MATURITY Stable
28+
PLUGIN_AUTH_VERSION 1.0.1
2929
#
3030
# End of 10.10 tests
3131
#

plugin/type_inet/plugin.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ maria_declare_plugin(type_inet)
188188
0x0100, // Numeric version 0xAABB means AA.BB version
189189
NULL, // Status variables
190190
NULL, // System variables
191-
"1.0", // String version representation
192-
MariaDB_PLUGIN_MATURITY_GAMMA // Maturity(see include/mysql/plugin.h)*/
191+
"1.0.1", // String version representation
192+
MariaDB_PLUGIN_MATURITY_STABLE// Maturity(see include/mysql/plugin.h)*/
193193
},
194194
{
195195
MariaDB_DATA_TYPE_PLUGIN, // the plugin type (see include/mysql/plugin.h)

0 commit comments

Comments
 (0)