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
e803cecc
Commit
e803cecc
authored
Mar 29, 2006
by
msvensson@shellback
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"ndbcluster_port" => "ndbcluster-port"
"ndbcluster_port_slave" => "ndbcluster-port-slave"
parent
085a310a
Changes
1
Hide 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 @
e803cecc
...
...
@@ -597,8 +597,8 @@ sub command_line_setup () {
# Specify ports
'
master_port=i
'
=>
\
$opt_master_myport
,
'
slave_port=i
'
=>
\
$opt_slave_myport
,
'
ndbcluster
_
port=i
'
=>
\
$opt_ndbcluster_port
,
'
ndbcluster
_port_
slave=i
'
=>
\
$opt_ndbcluster_port_slave
,
'
ndbcluster
-
port=i
'
=>
\
$opt_ndbcluster_port
,
'
ndbcluster
-port-
slave=i
'
=>
\
$opt_ndbcluster_port_slave
,
'
manager-port=i
'
=>
\
$opt_manager_port
,
# Currently not used
'
im-port=i
'
=>
\
$im_port
,
# Instance Manager port.
'
im-mysqld1-port=i
'
=>
\
$im_mysqld1_port
,
# Port of mysqld, controlled by IM
...
...
@@ -3564,7 +3564,8 @@ Options that specify ports
master_port=PORT Specify the port number used by the first master
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
...
...
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