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:
committed by
Oleksandr Byelkin
parent
4acafaae9b
commit
35034d819c
@ -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 { };
|
||||
|
||||
|
Reference in New Issue
Block a user