Skip to content

Commit a49f552

Browse files
committed
MDEV-26226 Change Maturity of plugins inet6 and s3 to stable
from gamma
1 parent 07df0c9 commit a49f552

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

mysql-test/suite/s3/my.cnf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
!include include/default_client.cnf
33

44
[mysqld.1]
5-
plugin-maturity = gamma
65
plugin-load-add=@ENV.HA_S3_SO
76
s3=ON
87
s3-host-name=@ENV.S3_HOST_NAME

mysql-test/suite/s3/slave.cnf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[mysqld.2]
2-
plugin-maturity = gamma
32
plugin-load-add=@ENV.HA_S3_SO
43
s3=ON
54
s3-slave-ignore-updates=1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PLUGIN_TYPE DATA TYPE
2424
PLUGIN_AUTHOR MariaDB Corporation
2525
PLUGIN_DESCRIPTION Data type INET6
2626
PLUGIN_LICENSE GPL
27-
PLUGIN_MATURITY Gamma
27+
PLUGIN_MATURITY Stable
2828
PLUGIN_AUTH_VERSION 1.0
2929
#
3030
# End of 10.5 tests

plugin/type_inet/plugin.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ maria_declare_plugin(type_inet)
186186
NULL, // Status variables
187187
NULL, // System variables
188188
"1.0", // String version representation
189-
MariaDB_PLUGIN_MATURITY_GAMMA // Maturity(see include/mysql/plugin.h)*/
189+
MariaDB_PLUGIN_MATURITY_STABLE// Maturity(see include/mysql/plugin.h)*/
190190
},
191191
{
192192
MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)

storage/maria/ha_s3.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,6 @@ maria_declare_plugin(s3)
11111111
status_variables, /* status variables */
11121112
system_variables, /* system variables */
11131113
"1.0", /* string version */
1114-
MariaDB_PLUGIN_MATURITY_GAMMA /* maturity */
1114+
MariaDB_PLUGIN_MATURITY_STABLE/* maturity */
11151115
}
11161116
maria_declare_plugin_end;

0 commit comments

Comments
 (0)