List:Commits« Previous MessageNext Message »
From:Davi Arnaut Date:March 4 2008 1:32pm
Subject:bk commit into 5.0 tree (davi:1.2594)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of davi.  When davi 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, 2008-03-04 10:32:30-03:00, davi@stripped +1 -0
  Use the same name for mysql_client_test output file in all branches.

  mysql-test/t/mysql_client_test.test@stripped, 2008-03-04 10:32:28-03:00, davi@stripped +2 -2
    Rename mysql_client_test output file to mysql_client_test.out.log

diff -Nrup a/mysql-test/t/mysql_client_test.test b/mysql-test/t/mysql_client_test.test
--- a/mysql-test/t/mysql_client_test.test	2008-03-04 10:17:48 -03:00
+++ b/mysql-test/t/mysql_client_test.test	2008-03-04 10:32:28 -03:00
@@ -8,8 +8,8 @@
 # server or run mysql-test-run --debug mysql_client_test and check
 # var/log/mysql_client_test.trace
 
---exec echo "$MYSQL_CLIENT_TEST" > $MYSQLTEST_VARDIR/log/mysql_client_test.out 2>&1
---exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M >> $MYSQLTEST_VARDIR/log/mysql_client_test.out 2>&1
+--exec echo "$MYSQL_CLIENT_TEST" > $MYSQLTEST_VARDIR/log/mysql_client_test.out.log 2>&1
+--exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M >> $MYSQLTEST_VARDIR/log/mysql_client_test.out.log 2>&1
 
 # End of 4.1 tests
 echo ok;
Thread
bk commit into 5.0 tree (davi:1.2594)Davi Arnaut4 Mar