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
24bf40ca
Commit
24bf40ca
authored
Apr 07, 2006
by
joerg@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Null-merge, as the changes in question were backports from 5.1.
parents
fb37c306
945599f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
mysql-test/lib/mtr_process.pl
mysql-test/lib/mtr_process.pl
+2
-3
No files found.
mysql-test/lib/mtr_process.pl
View file @
24bf40ca
...
@@ -465,8 +465,7 @@ sub mtr_kill_leftovers () {
...
@@ -465,8 +465,7 @@ sub mtr_kill_leftovers () {
if
(
kill
(
0
,
@pids
)
)
# Check if some left
if
(
kill
(
0
,
@pids
)
)
# Check if some left
{
{
# FIXME maybe just mtr_warning() ?
mtr_warning
("
can't kill process(es)
"
.
join
("
",
@pids
));
mtr_error
("
can't kill process(es)
"
.
join
("
",
@pids
));
}
}
}
}
}
}
...
@@ -479,7 +478,7 @@ sub mtr_kill_leftovers () {
...
@@ -479,7 +478,7 @@ sub mtr_kill_leftovers () {
{
{
if
(
mtr_ping_mysqld_server
(
$srv
->
{'
port
'},
$srv
->
{'
sockfile
'})
)
if
(
mtr_ping_mysqld_server
(
$srv
->
{'
port
'},
$srv
->
{'
sockfile
'})
)
{
{
mtr_
error
("
can't kill old mysqld holding port
$srv
->{'port'}
");
mtr_
warning
("
can't kill old mysqld holding port
$srv
->{'port'}
");
}
}
}
}
}
}
...
...
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