mariadb/mysql-test/suite/sysschema/suite.pm

9 lines
169 B
Perl
Raw Normal View History

2021-03-03 10:35:25 +01:00
package My::Suite::Sysschema;
@ISA = qw(My::Suite);
use strict;
return "Need perfschema engine" unless exists($::mysqld_variables{'performance-schema'}) ;
bless { };