List:Commits« Previous MessageNext Message »
From:msvensson Date:February 16 2006 9:34pm
Subject:bk commit into 5.0 tree (msvensson:1.2020)
View as plain text  
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
  1.2020 06/02/16 21:34:01 msvensson@neptunus.(none) +1 -0
  Use --system for unix command's

  mysql-test/t/mysqldump.test
    1.78 06/02/16 21:33:57 msvensson@neptunus.(none) +4 -4
    Use --system for unix command's

# 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/mysqltest_replace/my50-mysqltest_replace

--- 1.77/mysql-test/t/mysqldump.test	2005-12-01 21:21:26 +01:00
+++ 1.78/mysql-test/t/mysqldump.test	2006-02-16 21:33:57 +01:00
@@ -647,7 +647,7 @@
 --exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db  "\\t1" 2>&1
  
 --error 6
---exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db  "\\\\t1" 2>&1
+--exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db  "\\\\\\t1" 2>&1
 
 --error 6
 --exec $MYSQL_DUMP --compact --skip-comments mysqldump_test_db  "t\1" 2>&1
@@ -830,11 +830,11 @@
 # Bugs #9136, #12917: problems with --defaults-extra-file option
 #
 
---exec echo "[mysqltest1]" > $MYSQL_TEST_DIR/var/tmp/tmp.cnf
---exec echo "port=1234" >> $MYSQL_TEST_DIR/var/tmp/tmp.cnf
+--system echo "[mysqltest1]" > $MYSQL_TEST_DIR/var/tmp/tmp.cnf
+--system echo "port=1234" >> $MYSQL_TEST_DIR/var/tmp/tmp.cnf
 --exec $MYSQL_MY_PRINT_DEFAULTS -c $MYSQL_TEST_DIR/var/tmp/tmp.cnf mysqltest1
 --exec $MYSQL_MY_PRINT_DEFAULTS -e $MYSQL_TEST_DIR/var/tmp/tmp.cnf mysqltest1 mysqltest1
---exec rm $MYSQL_TEST_DIR/var/tmp/tmp.cnf
+--system rm $MYSQL_TEST_DIR/var/tmp/tmp.cnf
 
 #
 # Test of fix to BUG 12597
Thread
bk commit into 5.0 tree (msvensson:1.2020)msvensson16 Feb