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
ec079876
Commit
ec079876
authored
Jun 14, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove opt_old_master, using a 4.0 mysqld with mysql-test-run.pl from 5.1 is not supported
parent
c7b9472a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+0
-14
No files found.
mysql-test/mysql-test-run.pl
View file @
ec079876
...
@@ -248,8 +248,6 @@ our $opt_ndbconnectstring;
...
@@ -248,8 +248,6 @@ our $opt_ndbconnectstring;
our
$opt_ndbcluster_port_slave
;
our
$opt_ndbcluster_port_slave
;
our
$opt_ndbconnectstring_slave
;
our
$opt_ndbconnectstring_slave
;
our
$opt_old_master
;
our
$opt_record
;
our
$opt_record
;
our
$opt_check_testcases
;
our
$opt_check_testcases
;
...
@@ -654,7 +652,6 @@ sub command_line_setup () {
...
@@ -654,7 +652,6 @@ sub command_line_setup () {
'
debug
'
=>
\
$opt_debug
,
'
debug
'
=>
\
$opt_debug
,
'
fast
'
=>
\
$opt_fast
,
'
fast
'
=>
\
$opt_fast
,
'
netware
'
=>
\
$opt_netware
,
'
netware
'
=>
\
$opt_netware
,
'
old-master
'
=>
\
$opt_old_master
,
'
reorder
'
=>
\
$opt_reorder
,
'
reorder
'
=>
\
$opt_reorder
,
'
script-debug
'
=>
\
$opt_script_debug
,
'
script-debug
'
=>
\
$opt_script_debug
,
'
verbose
'
=>
\
$opt_verbose
,
'
verbose
'
=>
\
$opt_verbose
,
...
@@ -2741,17 +2738,6 @@ sub mysqld_arguments ($$$$$) {
...
@@ -2741,17 +2738,6 @@ sub mysqld_arguments ($$$$$) {
mtr_add_arg
(
$args
,
"
%s--user=root
",
$prefix
);
mtr_add_arg
(
$args
,
"
%s--user=root
",
$prefix
);
}
}
if
(
$type
eq
'
master
'
)
{
if
(
!
$opt_old_master
)
{
mtr_add_arg
(
$args
,
"
%s--rpl-recovery-rank=1
",
$prefix
);
mtr_add_arg
(
$args
,
"
%s--init-rpl-role=master
",
$prefix
);
}
}
foreach
my
$arg
(
@opt_extra_mysqld_opt
,
@$extra_opt
)
foreach
my
$arg
(
@opt_extra_mysqld_opt
,
@$extra_opt
)
{
{
mtr_add_arg
(
$args
,
"
%s%s
",
$prefix
,
$arg
);
mtr_add_arg
(
$args
,
"
%s%s
",
$prefix
,
$arg
);
...
...
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