Skip to content
Permalink
Browse files
Update S3 engine to maturity Gamma
  • 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,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
@@ -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
@@ -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.