From: knielsen Date: December 22 2005 6:49pm Subject: bk commit into 5.1 tree (knielsen:1.1985) List-Archive: http://lists.mysql.com/commits/369 Message-Id: Below is the list of changes that have just been committed into a local 5.1 repository of knielsen. When knielsen 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.1985 05/12/22 19:49:34 knielsen@stripped +2 -0 Fix shell script invocation to not depend on permissions. mysql-test/t/im_life_cycle.imtest 1.3 05/12/22 19:39:31 knielsen@stripped +2 -2 Fix shell script invocation to not depend on permissions. mysql-test/t/im_daemon_life_cycle.imtest 1.2 05/12/22 19:39:31 knielsen@stripped +1 -1 Fix shell script invocation to not depend on permissions. # 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: knielsen # Host: rt.int.sifira.dk # Root: /usr/local/mysql/mysql-5.1-new --- 1.1/mysql-test/t/im_daemon_life_cycle.imtest 2005-09-30 23:14:38 +02:00 +++ 1.2/mysql-test/t/im_daemon_life_cycle.imtest 2005-12-22 19:39:31 +01:00 @@ -12,4 +12,4 @@ SHOW INSTANCES; ---exec $MYSQL_TEST_DIR/t/kill_n_check.sh $IM_PATH_PID restarted +--exec sh $MYSQL_TEST_DIR/t/kill_n_check.sh $IM_PATH_PID restarted --- 1.2/mysql-test/t/im_life_cycle.imtest 2005-10-17 22:48:22 +02:00 +++ 1.3/mysql-test/t/im_life_cycle.imtest 2005-12-22 19:39:31 +01:00 @@ -121,7 +121,7 @@ SHOW INSTANCES; ---exec $MYSQL_TEST_DIR/t/kill_n_check.sh $IM_MYSQLD1_PATH_PID restarted +--exec sh $MYSQL_TEST_DIR/t/kill_n_check.sh $IM_MYSQLD1_PATH_PID restarted ########################################################################### # @@ -137,6 +137,6 @@ SHOW INSTANCES; ---exec $MYSQL_TEST_DIR/t/kill_n_check.sh $IM_MYSQLD2_PATH_PID killed +--exec sh $MYSQL_TEST_DIR/t/kill_n_check.sh $IM_MYSQLD2_PATH_PID killed SHOW INSTANCES;