#At file:///home/cpowers/work/dev/dev-02/mysql/
2743 Christopher Powers 2008-07-14 [merge]
(no message)
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2008-06-30 20:21:41 +0000
+++ b/mysql-test/mysql-test-run.pl 2008-07-13 21:22:52 +0000
@@ -3700,6 +3700,9 @@
mtr_add_arg($args, "%s--pid-file=%s", $prefix,
$mysqld->{'path_pid'});
+
+ mtr_add_arg($args, "%s--log-err=%s", $prefix,
+ $mysqld->{'path_myerr'});
mtr_add_arg($args, "%s--port=%d", $prefix,
$mysqld->{'port'});
| Thread |
|---|
| • commit into mysql-6.0-falcon branch (cpowers:2743) | Christopher Powers | 14 Jul |