Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-08-06 20:58:30+02:00, msvensson@neptunus.(none) +1 -0
Send output from mysql_client_test to var/log/mysql_client_test.log
mysql-test/t/mysql_client_test.test@stripped, 2006-08-06 20:58:28+02:00, msvensson@neptunus.(none) +2 -2
Send output from mysql_client_test to var/log/mysql_client_test.log
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-5.0-maint
--- 1.18/mysql-test/t/mysql_client_test.test 2006-08-06 20:58:35 +02:00
+++ 1.19/mysql-test/t/mysql_client_test.test 2006-08-06 20:58:35 +02:00
@@ -8,8 +8,8 @@
# server or run mysql-test-run --debug mysql_client_test and check
# var/log/mysql_client_test.trace
---disable_result_log
---exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M
+--exec echo "$MYSQL_CLIENT_TEST" > $MYSQLTEST_VARDIR/log/mysql_client_test.log 2>&1
+--exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M >> $MYSQLTEST_VARDIR/log/mysql_client_test.log 2>&1
# End of 4.1 tests
echo ok;
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2241) | msvensson | 6 Aug |