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
dd6a9307
Commit
dd6a9307
authored
Oct 18, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some junk
parent
1feac4d4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
mysql-test/lib/mtr_process.pl
mysql-test/lib/mtr_process.pl
+0
-2
mysql-test/lib/mtr_timer.pl
mysql-test/lib/mtr_timer.pl
+0
-3
No files found.
mysql-test/lib/mtr_process.pl
View file @
dd6a9307
...
@@ -8,7 +8,6 @@ use Socket;
...
@@ -8,7 +8,6 @@ use Socket;
use
Errno
;
use
Errno
;
use
strict
;
use
strict
;
#use POSIX ":sys_wait_h";
use
POSIX
'
WNOHANG
';
use
POSIX
'
WNOHANG
';
sub
mtr_run
($$$$$$
;
$
);
sub
mtr_run
($$$$$$
;
$
);
...
@@ -1088,7 +1087,6 @@ sub mtr_kill_processes ($) {
...
@@ -1088,7 +1087,6 @@ sub mtr_kill_processes ($) {
sub
mtr_exit
($)
{
sub
mtr_exit
($)
{
my
$code
=
shift
;
my
$code
=
shift
;
# cluck("Called mtr_exit()");
mtr_timer_stop_all
(
$::glob_timers
);
mtr_timer_stop_all
(
$::glob_timers
);
local
$SIG
{
HUP
}
=
'
IGNORE
';
local
$SIG
{
HUP
}
=
'
IGNORE
';
# ToDo: Signalling -$$ will only work if we are the process group
# ToDo: Signalling -$$ will only work if we are the process group
...
...
mysql-test/lib/mtr_timer.pl
View file @
dd6a9307
...
@@ -8,9 +8,6 @@ use Socket;
...
@@ -8,9 +8,6 @@ use Socket;
use
Errno
;
use
Errno
;
use
strict
;
use
strict
;
#use POSIX ":sys_wait_h";
#use POSIX 'WNOHANG';
sub
mtr_init_timers
();
sub
mtr_init_timers
();
sub
mtr_timer_start
($$$);
sub
mtr_timer_start
($$$);
sub
mtr_timer_stop
($$);
sub
mtr_timer_stop
($$);
...
...
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