mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
50ffaf6d0f
status and system variables
8 lines
133 B
Perl
8 lines
133 B
Perl
package My::Suite::Maria;
|
|
|
|
@ISA = qw(My::Suite);
|
|
|
|
return "Need Aria engine" unless $::mysqld_variables{'aria'} eq "ON";
|
|
|
|
bless { };
|
|
|