mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
- Use rocksdb_sys_vars/my.cnf so that one can run tests from that suite by just "./mtr rocksdb_sys_vars.$TESTNAME" - Add rocksdb and rocksdb_sys_vars to the set of default test suites. Don't run with embedded server, yet.
9 lines
120 B
Perl
9 lines
120 B
Perl
package My::Suite::Rocksdb_sys_vars;
|
|
|
|
@ISA = qw(My::Suite);
|
|
|
|
sub is_default { not $::opt_embedded_server }
|
|
|
|
bless { };
|
|
|