Skip to content
Permalink
Browse files
MDEV-23662: Make S3 Storage Engine tests usable
added plugin-maturity = alpha to s3 mtr cnf files
and a missing  plugin-load-add=ha_s3 in the slave
configuration.
  • Loading branch information
grooverdan authored and spetrunia committed Sep 8, 2020
1 parent e38ac39 commit 64c10b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
@@ -2,6 +2,7 @@
!include include/default_client.cnf

[mysqld.1]
plugin-maturity = alpha
plugin-load-add=ha_s3
s3=ON
#s3-host-name=s3.amazonaws.com
@@ -1,4 +1,6 @@
[mysqld.2]
plugin-maturity = alpha
plugin-load-add=ha_s3
s3=ON
#s3-host-name=s3.amazonaws.com
#s3-protocol-version=Amazon

0 comments on commit 64c10b0

Please sign in to comment.