summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--storage/rocksdb/mysql-test/rocksdb/suite.pm2
-rw-r--r--storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm2
-rw-r--r--storage/rocksdb/mysql-test/rocksdb_stress/suite.pm2
-rw-r--r--storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm2
4 files changed, 4 insertions, 4 deletions
diff --git a/storage/rocksdb/mysql-test/rocksdb/suite.pm b/storage/rocksdb/mysql-test/rocksdb/suite.pm
index e4f074df471..633e883f46d 100644
--- a/storage/rocksdb/mysql-test/rocksdb/suite.pm
+++ b/storage/rocksdb/mysql-test/rocksdb/suite.pm
@@ -11,7 +11,7 @@ use My::Find;
use File::Basename;
use strict;
-sub is_default { not $::opt_embedded_server }
+#sub is_default { not $::opt_embedded_server }
my $sst_dump=
::mtr_exe_maybe_exists(
diff --git a/storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm b/storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm
index 79c630f87f1..1cc123b2a2a 100644
--- a/storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm
+++ b/storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm
@@ -9,7 +9,7 @@ use My::Find;
use File::Basename;
use strict;
-sub is_default { not $::opt_embedded_server }
+#sub is_default { not $::opt_embedded_server }
my $sst_dump=
::mtr_exe_maybe_exists(
diff --git a/storage/rocksdb/mysql-test/rocksdb_stress/suite.pm b/storage/rocksdb/mysql-test/rocksdb_stress/suite.pm
index 3423d34ded5..106a1d6a0e7 100644
--- a/storage/rocksdb/mysql-test/rocksdb_stress/suite.pm
+++ b/storage/rocksdb/mysql-test/rocksdb_stress/suite.pm
@@ -11,7 +11,7 @@ use My::Find;
use File::Basename;
use strict;
-sub is_default { not $::opt_embedded_server }
+#sub is_default { not $::opt_embedded_server }
my $sst_dump=
::mtr_exe_maybe_exists(
diff --git a/storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm b/storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm
index c8452b55227..5264d657ef7 100644
--- a/storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm
+++ b/storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm
@@ -8,7 +8,7 @@ use My::Find;
use File::Basename;
use strict;
-sub is_default { not $::opt_embedded_server }
+#sub is_default { not $::opt_embedded_server }
my $sst_dump=
::mtr_exe_maybe_exists(