Skip to content

Commit 64c10b0

Browse files
grooverdanspetrunia
authored andcommitted
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.
1 parent e38ac39 commit 64c10b0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

mysql-test/suite/s3/my.cnf

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

44
[mysqld.1]
5+
plugin-maturity = alpha
56
plugin-load-add=ha_s3
67
s3=ON
78
#s3-host-name=s3.amazonaws.com

mysql-test/suite/s3/slave.cnf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[mysqld.2]
2+
plugin-maturity = alpha
3+
plugin-load-add=ha_s3
24
s3=ON
35
#s3-host-name=s3.amazonaws.com
46
#s3-protocol-version=Amazon

0 commit comments

Comments
 (0)