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
5eef76cf
Commit
5eef76cf
authored
Mar 29, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"ndbcluster_port" => "ndbcluster-port"
"ndbcluster_port_slave" => "ndbcluster-port-slave"
parent
c603c5ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+4
-3
No files found.
mysql-test/mysql-test-run.pl
View file @
5eef76cf
...
@@ -597,8 +597,8 @@ sub command_line_setup () {
...
@@ -597,8 +597,8 @@ sub command_line_setup () {
# Specify ports
# Specify ports
'
master_port=i
'
=>
\
$opt_master_myport
,
'
master_port=i
'
=>
\
$opt_master_myport
,
'
slave_port=i
'
=>
\
$opt_slave_myport
,
'
slave_port=i
'
=>
\
$opt_slave_myport
,
'
ndbcluster
_
port=i
'
=>
\
$opt_ndbcluster_port
,
'
ndbcluster
-
port=i
'
=>
\
$opt_ndbcluster_port
,
'
ndbcluster
_port_
slave=i
'
=>
\
$opt_ndbcluster_port_slave
,
'
ndbcluster
-port-
slave=i
'
=>
\
$opt_ndbcluster_port_slave
,
'
manager-port=i
'
=>
\
$opt_manager_port
,
# Currently not used
'
manager-port=i
'
=>
\
$opt_manager_port
,
# Currently not used
'
im-port=i
'
=>
\
$im_port
,
# Instance Manager port.
'
im-port=i
'
=>
\
$im_port
,
# Instance Manager port.
'
im-mysqld1-port=i
'
=>
\
$im_mysqld1_port
,
# Port of mysqld, controlled by IM
'
im-mysqld1-port=i
'
=>
\
$im_mysqld1_port
,
# Port of mysqld, controlled by IM
...
@@ -3564,7 +3564,8 @@ Options that specify ports
...
@@ -3564,7 +3564,8 @@ Options that specify ports
master_port=PORT Specify the port number used by the first master
master_port=PORT Specify the port number used by the first master
slave_port=PORT Specify the port number used by the first slave
slave_port=PORT Specify the port number used by the first slave
ndbcluster_port=PORT Specify the port number used by cluster
ndbcluster-port=PORT Specify the port number used by cluster
ndbcluster-port-slave=PORT Specify the port number used by slave cluster
Options for test case authoring
Options for test case authoring
...
...
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