Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2480f6b7
Commit
2480f6b7
authored
5 years ago
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't run RocksDB suites by default
parent
292e2649
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
storage/rocksdb/mysql-test/rocksdb/suite.pm
storage/rocksdb/mysql-test/rocksdb/suite.pm
+1
-1
storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm
storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm
+1
-1
storage/rocksdb/mysql-test/rocksdb_stress/suite.pm
storage/rocksdb/mysql-test/rocksdb_stress/suite.pm
+1
-1
storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm
storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm
+1
-1
No files found.
storage/rocksdb/mysql-test/rocksdb/suite.pm
View file @
2480f6b7
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm
View file @
2480f6b7
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
storage/rocksdb/mysql-test/rocksdb_stress/suite.pm
View file @
2480f6b7
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm
View file @
2480f6b7
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment