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
b44ccd77
Commit
b44ccd77
authored
Jun 27, 2007
by
msvensson@pilot.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge pilot.(none):/data/msvensson/mysql/bug18415/my50-bug18415
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
parents
2b748a0d
69cfa9b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
13 deletions
+3
-13
mysql-test/lib/mtr_process.pl
mysql-test/lib/mtr_process.pl
+3
-13
No files found.
mysql-test/lib/mtr_process.pl
View file @
b44ccd77
...
@@ -142,6 +142,7 @@ sub spawn_impl ($$$$$$$) {
...
@@ -142,6 +142,7 @@ sub spawn_impl ($$$$$$$) {
if
(
$pid
)
if
(
$pid
)
{
{
select
(
STDOUT
)
if
$::glob_win32_perl
;
return
spawn_parent_impl
(
$pid
,
$mode
,
$path
);
return
spawn_parent_impl
(
$pid
,
$mode
,
$path
);
}
}
else
else
...
@@ -163,9 +164,6 @@ sub spawn_impl ($$$$$$$) {
...
@@ -163,9 +164,6 @@ sub spawn_impl ($$$$$$$) {
{
{
# Don't redirect stdout on ActiveState perl since this is
# Don't redirect stdout on ActiveState perl since this is
# just another thread in the same process.
# just another thread in the same process.
# Should be fixed so that the thread that is created with fork
# executes the exe in another process and wait's for it to return.
# In the meanwhile, we get all the output from mysqld's to screen
}
}
elsif
(
!
open
(
STDOUT
,
$log_file_open_mode
,
$output
)
)
elsif
(
!
open
(
STDOUT
,
$log_file_open_mode
,
$output
)
)
{
{
...
@@ -175,7 +173,7 @@ sub spawn_impl ($$$$$$$) {
...
@@ -175,7 +173,7 @@ sub spawn_impl ($$$$$$$) {
if
(
$error
)
if
(
$error
)
{
{
if
(
$output
eq
$error
)
if
(
!
$::glob_win32_perl
and
$output
eq
$error
)
{
{
if
(
!
open
(
STDERR
,"
>&STDOUT
")
)
if
(
!
open
(
STDERR
,"
>&STDOUT
")
)
{
{
...
@@ -184,15 +182,7 @@ sub spawn_impl ($$$$$$$) {
...
@@ -184,15 +182,7 @@ sub spawn_impl ($$$$$$$) {
}
}
else
else
{
{
if
(
$::glob_win32_perl
)
if
(
!
open
(
STDERR
,
$log_file_open_mode
,
$error
)
)
{
# Don't redirect stdout on ActiveState perl since this is
# just another thread in the same process.
# Should be fixed so that the thread that is created with fork
# executes the exe in another process and wait's for it to return.
# In the meanwhile, we get all the output from mysqld's to screen
}
elsif
(
!
open
(
STDERR
,
$log_file_open_mode
,
$error
)
)
{
{
mtr_child_error
("
can't redirect STDERR to
\"
$error
\"
: $!
");
mtr_child_error
("
can't redirect STDERR to
\"
$error
\"
: $!
");
}
}
...
...
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