summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sysschema/suite.pm
blob: 679362b30dd30f4def423da90bb3594a72089c09 (plain)
1
2
3
4
5
6
7
8
package My::Suite::Sysschema;

@ISA = qw(My::Suite);

use strict;

return "Need perfschema engine" unless exists($::mysqld_variables{'performance-schema'}) ;
bless { };