1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

S3 is pluggable now

This commit is contained in:
Sergei Golubchik
2020-06-18 11:17:43 +02:00
committed by Oleksandr Byelkin
parent 4acafaae9b
commit 35034d819c
17 changed files with 127 additions and 114 deletions

View File

@ -2,7 +2,7 @@ package My::Suite::S3;
@ISA = qw(My::Suite);
return "Need S3 engine" unless $::mysqld_variables{'s3'} eq "ON";
return "Need S3 engine" unless $::mysqld_variables{'s3'} eq "ON" or $ENV{HA_S3_SO};
bless { };