mirror of
https://github.com/MariaDB/server.git
synced 2025-12-04 17:23:46 +03:00
9 lines
91 B
Perl
9 lines
91 B
Perl
package My::Suite::SQL_Discovery
|
|
|
|
@ISA = qw(My::Suite);
|
|
|
|
sub is_default { 1 }
|
|
|
|
bless { };
|
|
|