1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm
Sergei Petrunia 80be676fc0 MariaRocks port
- 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.
2017-01-11 17:32:47 +03:00

9 lines
120 B
Perl

package My::Suite::Rocksdb_sys_vars;
@ISA = qw(My::Suite);
sub is_default { not $::opt_embedded_server }
bless { };