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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
f44d73a5
Commit
f44d73a5
authored
Jan 16, 2007
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always use two masters for ndb tests
parent
da6773f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
mysql-test/lib/mtr_cases.pl
mysql-test/lib/mtr_cases.pl
+3
-2
No files found.
mysql-test/lib/mtr_cases.pl
View file @
f44d73a5
...
...
@@ -537,6 +537,8 @@ sub collect_one_test_case($$$$$$$) {
$tinfo
->
{'
comment
'}
=
"
No ndbcluster tests(--skip-ndbcluster)
";
return
;
}
# Ndb tests run with two mysqld masters
$tinfo
->
{'
master_num
'}
=
2
;
}
else
{
...
...
@@ -552,7 +554,7 @@ sub collect_one_test_case($$$$$$$) {
if
(
$tinfo
->
{'
innodb_test
'}
)
{
# This is a test that need inn
do
b
# This is a test that need inn
od
b
if
(
$::mysqld_variables
{'
innodb
'}
eq
"
FALSE
"
)
{
# innodb is not supported, skip it
...
...
@@ -578,7 +580,6 @@ our @tags=
["
include/have_debug.inc
",
"
need_debug
",
1
],
["
include/have_ndb.inc
",
"
ndb_test
",
1
],
["
include/have_ndb_extra.inc
",
"
ndb_extra
",
1
],
["
include/have_multi_ndb.inc
",
"
master_num
",
2
],
["
require_manager
",
"
require_manager
",
1
],
);
...
...
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