diff options
Diffstat (limited to 'storage/test_sql_discovery')
-rw-r--r-- | storage/test_sql_discovery/mysql-test/sql_discovery/suite.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/storage/test_sql_discovery/mysql-test/sql_discovery/suite.pm b/storage/test_sql_discovery/mysql-test/sql_discovery/suite.pm new file mode 100644 index 00000000000..313e2fdaefc --- /dev/null +++ b/storage/test_sql_discovery/mysql-test/sql_discovery/suite.pm @@ -0,0 +1,8 @@ +package My::Suite::SQL_Discovery + +@ISA = qw(My::Suite); + +sub is_default { 1 } + +bless { }; + |