Commit 64c10b03 authored by Daniel Black's avatar Daniel Black Committed by Sergei Petrunia

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.
parent e38ac391
......@@ -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
......
[mysqld.2]
plugin-maturity = alpha
plugin-load-add=ha_s3
s3=ON
#s3-host-name=s3.amazonaws.com
#s3-protocol-version=Amazon
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment