mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
91b82a0f73
Fix all suite.pm files that had errors and test files that were skipped because of that
9 lines
172 B
Perl
9 lines
172 B
Perl
package My::Suite::Archive;
|
|
|
|
@ISA = qw(My::Suite);
|
|
|
|
return "Need Archive engine" unless $ENV{HA_ARCHIVE_SO} or
|
|
$::mysqld_variables{'archive'} eq "ON";
|
|
|
|
bless { };
|
|
|