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
bd6fc1ce
Commit
bd6fc1ce
authored
Sep 19, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge shellback.(none):/home/msvensson/mysql/work/my51-work
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
parents
ee5ca6e2
d8870f2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+10
-4
No files found.
mysql-test/mysql-test-run.pl
View file @
bd6fc1ce
...
@@ -2260,9 +2260,9 @@ sub mysql_install_db () {
...
@@ -2260,9 +2260,9 @@ sub mysql_install_db () {
if
(
$use_slaves
)
if
(
$use_slaves
)
{
{
install_db
('
slave
',
$slave
->
[
0
]
->
{'
path_myddir
'});
install_db
('
slave
1
',
$slave
->
[
0
]
->
{'
path_myddir
'});
install_db
('
slave
',
$slave
->
[
1
]
->
{'
path_myddir
'});
install_db
('
slave
2
',
$slave
->
[
1
]
->
{'
path_myddir
'});
install_db
('
slave
',
$slave
->
[
2
]
->
{'
path_myddir
'});
install_db
('
slave
3
',
$slave
->
[
2
]
->
{'
path_myddir
'});
}
}
if
(
!
$opt_skip_im
)
if
(
!
$opt_skip_im
)
...
@@ -2373,6 +2373,12 @@ sub install_db ($$) {
...
@@ -2373,6 +2373,12 @@ sub install_db ($$) {
mtr_add_arg
(
$args
,
"
--skip-ndbcluster
");
mtr_add_arg
(
$args
,
"
--skip-ndbcluster
");
mtr_add_arg
(
$args
,
"
--tmpdir=.
");
mtr_add_arg
(
$args
,
"
--tmpdir=.
");
if
(
$opt_debug
)
{
mtr_add_arg
(
$args
,
"
--debug=d:t:i:A,%s/log/bootstrap_%s.trace
",
$opt_vardir_trace
,
$type
);
}
if
(
!
$opt_netware
)
if
(
!
$opt_netware
)
{
{
mtr_add_arg
(
$args
,
"
--language=%s
",
$path_language
);
mtr_add_arg
(
$args
,
"
--language=%s
",
$path_language
);
...
@@ -3120,7 +3126,7 @@ sub mysqld_start ($$$) {
...
@@ -3120,7 +3126,7 @@ sub mysqld_start ($$$) {
}
}
else
else
{
{
$exe
=
$exe_mysqld
;
mtr_error
("
Unknown 'type' passed to mysqld_start
")
;
}
}
mtr_init_args
(
\
$args
);
mtr_init_args
(
\
$args
);
...
...
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