#At file:///home/bm136801/my/spaceplug-51/ based on revid:bjorn.munch@stripped
2842 Bjorn Munch 2009-10-08
Bug #47716 mtr2 prints obscure error when started with -gdb and xterm is missing
Tried to use an expression inside ""
Go via variable, and add $exe to the output
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2009-10-08 09:14:42 +0000
+++ b/mysql-test/mysql-test-run.pl 2009-10-08 09:23:04 +0000
@@ -4286,7 +4286,8 @@ sub mysqld_start ($$) {
$opt_start_timeout,
$mysqld->{'proc'}))
{
- mtr_error("Failed to start mysqld $mysqld->name()");
+ my $mname= $mysqld->name();
+ mtr_error("Failed to start mysqld $mname with command $exe");
}
# Remember options used when starting
Attachment: [text/bzr-bundle] bzr/bjorn.munch@sun.com-20091008092304-tka89736zvfiyuq6.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-mtr branch (Bjorn.Munch:2842) Bug#47716 | Bjorn Munch | 8 Oct |