1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

provide maria* aliases for aria* command-line options,

status and system variables
This commit is contained in:
Sergei Golubchik
2010-09-14 23:06:54 +02:00
parent e246077bcf
commit 50ffaf6d0f
12 changed files with 443 additions and 55 deletions

View File

@ -0,0 +1,8 @@
package My::Suite::Maria;
@ISA = qw(My::Suite);
return "Need Aria engine" unless $::mysqld_variables{'aria'} eq "ON";
bless { };