mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
8 lines
91 B
Perl
8 lines
91 B
Perl
package My::Suite::SQL_Discovery;
|
|
@ISA = qw(My::Suite);
|
|
|
|
sub is_default { 1 }
|
|
|
|
bless { };
|
|
|