summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_s3.inc
blob: d81778cd15706955b7cb603a6b745e754f5eb4a3 (plain)
1
2
3
4
5
6
7
8
9
10
if (!`SELECT count(*) FROM information_schema.engines WHERE
      (support = 'YES' OR support = 'DEFAULT') AND
      engine = 's3'`)
{
  skip Need s3 engine;
}
if (`select @@global.s3_secret_key = "" or @@global.s3_access_key = ""`)
{
  skip S3 engine not configured;
}