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
0184996b
Commit
0184996b
authored
Dec 01, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-4.1
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build
parents
7c9c5409
5af42c1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Makefile.am
Makefile.am
+1
-0
mysql-test/lib/mtr_process.pl
mysql-test/lib/mtr_process.pl
+1
-1
No files found.
Makefile.am
View file @
0184996b
...
@@ -91,6 +91,7 @@ bin-dist: all
...
@@ -91,6 +91,7 @@ bin-dist: all
# Remove BK's "SCCS" subdirectories from source distribution
# Remove BK's "SCCS" subdirectories from source distribution
dist-hook
:
dist-hook
:
rm
-rf
`
find
$(distdir)
-type
d
-name
SCCS
-print
`
rm
-rf
`
find
$(distdir)
-type
d
-name
SCCS
-print
`
rm
-f
`
find
$(distdir)
-type
l
-print
`
tags
:
tags
:
support-files/build-tags
support-files/build-tags
...
...
mysql-test/lib/mtr_process.pl
View file @
0184996b
...
@@ -1053,7 +1053,7 @@ sub sleep_until_file_created ($$$) {
...
@@ -1053,7 +1053,7 @@ sub sleep_until_file_created ($$$) {
# Print extra message every 60 seconds
# Print extra message every 60 seconds
my
$seconds
=
(
$loop
*
$sleeptime
)
/
1000
;
my
$seconds
=
(
$loop
*
$sleeptime
)
/
1000
;
if
(
$seconds
>
1
and
int
(
$seconds
)
%
6
0
==
0
)
if
(
$seconds
>
1
and
int
(
$seconds
*
10
)
%
60
0
==
0
)
{
{
my
$left
=
$timeout
-
$seconds
;
my
$left
=
$timeout
-
$seconds
;
mtr_warning
("
Waited
$seconds
seconds for
$pidfile
to be created,
"
.
mtr_warning
("
Waited
$seconds
seconds for
$pidfile
to be created,
"
.
...
...
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