Skip to content

Commit

Permalink
Update S3 engine to maturity Gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Oct 21, 2020
1 parent 2c8c154 commit dd757ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mysql-test/suite/s3/my.cnf
Expand Up @@ -2,7 +2,7 @@
!include include/default_client.cnf

[mysqld.1]
plugin-maturity = alpha
plugin-maturity = gamma
plugin-load-add=@ENV.HA_S3_SO
s3=ON
#s3-host-name=s3.amazonaws.com
Expand Down
2 changes: 1 addition & 1 deletion mysql-test/suite/s3/slave.cnf
@@ -1,5 +1,5 @@
[mysqld.2]
plugin-maturity = alpha
plugin-maturity = gamma
plugin-load-add=@ENV.HA_S3_SO
s3=ON
s3-slave-ignore-updates=1
Expand Down
2 changes: 1 addition & 1 deletion storage/maria/ha_s3.cc
Expand Up @@ -1110,6 +1110,6 @@ maria_declare_plugin(s3)
status_variables, /* status variables */
system_variables, /* system variables */
"1.0", /* string version */
MariaDB_PLUGIN_MATURITY_ALPHA /* maturity */
MariaDB_PLUGIN_MATURITY_GAMMA /* maturity */
}
maria_declare_plugin_end;

0 comments on commit dd757ee

Please sign in to comment.