Skip to content

Commit dd757ee

Browse files
committed
Update S3 engine to maturity Gamma
1 parent 2c8c154 commit dd757ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mysql-test/suite/s3/my.cnf

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

44
[mysqld.1]
5-
plugin-maturity = alpha
5+
plugin-maturity = gamma
66
plugin-load-add=@ENV.HA_S3_SO
77
s3=ON
88
#s3-host-name=s3.amazonaws.com

mysql-test/suite/s3/slave.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mysqld.2]
2-
plugin-maturity = alpha
2+
plugin-maturity = gamma
33
plugin-load-add=@ENV.HA_S3_SO
44
s3=ON
55
s3-slave-ignore-updates=1

storage/maria/ha_s3.cc

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

0 commit comments

Comments
 (0)