summaryrefslogtreecommitdiff
path: root/mysql-test/suite/s3/suite.pm
blob: 5bf1559ae97fe23afec0cc7aebcc4d7f8023cc91 (plain)
1
2
3
4
5
6
7
8
package My::Suite::S3;

@ISA = qw(My::Suite);

return "Need S3 engine" unless $::mysqld_variables{'s3'} eq "ON";

bless { };