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
be2d78e3
Commit
be2d78e3
authored
Dec 14, 2007
by
df@pippilotta.erinye.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#31880 make test failure from public bk tree
parent
a079cb9f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+4
-8
No files found.
mysql-test/mysql-test-run.pl
View file @
be2d78e3
...
...
@@ -481,13 +481,8 @@ sub command_line_setup () {
$opt_suite
=
"
main
";
# Special default suite
my
$opt_comment
;
$opt_master_myport
=
9306
;
$opt_slave_myport
=
9308
;
$opt_ndbcluster_port
=
9310
;
$opt_ndbcluster_port_slave
=
9311
;
$im_port
=
9312
;
$im_mysqld1_port
=
9313
;
$im_mysqld2_port
=
9314
;
# Magic number -69.4 results in traditional test ports starting from 9306.
set_mtr_build_thread_ports
(
-
69.4
);
# If so requested, we try to avail ourselves of a unique build thread number.
if
(
$ENV
{'
MTR_BUILD_THREAD
'}
)
{
...
...
@@ -1322,6 +1317,7 @@ sub set_mtr_build_thread_ports($) {
}
# Up to two masters, up to three slaves
# A magic value in command_line_setup depends on thse equations.
$opt_master_myport
=
$mtr_build_thread
*
10
+
10000
;
# and 1
$opt_slave_myport
=
$opt_master_myport
+
2
;
# and 3 4
$opt_ndbcluster_port
=
$opt_master_myport
+
5
;
...
...
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