mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
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.
This commit is contained in:
parent
e38ac39104
commit
64c10b03a0
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue