1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

make sequence and sql_discovery suites default too

This commit is contained in:
Sergei Golubchik
2014-02-01 00:54:28 +01:00
parent 59d9d08e2b
commit 2acc01b3cf
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package My::Suite::SQL_Discovery;
@ISA = qw(My::Suite);
sub is_default { 1 }
bless { };