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
5f7ce18f
Commit
5f7ce18f
authored
Aug 31, 2005
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql-test-run.pl:
Put back unused old manager dummy arguments, some scripts use them
parent
85ed1e8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+5
-0
No files found.
mysql-test/mysql-test-run.pl
View file @
5f7ce18f
...
...
@@ -222,6 +222,9 @@ our $instance_manager;
our
$opt_ndbcluster_port
;
our
$opt_ndbconnectstring
;
our
$opt_no_manager
;
# Does nothing now, we never use manager
our
$opt_manager_port
;
# Does nothing now, we never use manager
our
$opt_old_master
;
our
$opt_record
;
...
...
@@ -475,6 +478,7 @@ sub command_line_setup () {
'
ps-protocol
'
=>
\
$opt_ps_protocol
,
'
bench
'
=>
\
$opt_bench
,
'
small-bench
'
=>
\
$opt_small_bench
,
'
no-manager
'
=>
\
$opt_no_manager
,
# Currently not used
# Control what test suites or cases to run
'
force
'
=>
\
$opt_force
,
...
...
@@ -489,6 +493,7 @@ sub command_line_setup () {
'
master_port=i
'
=>
\
$opt_master_myport
,
'
slave_port=i
'
=>
\
$opt_slave_myport
,
'
ndbcluster_port=i
'
=>
\
$opt_ndbcluster_port
,
'
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
'
im-mysqld2-port=i
'
=>
\
$im_mysqld2_port
,
# Port of mysqld, controlled by IM
...
...
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