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.2016 06/01/31 08:51:21 msvensson@neptunus.(none) +1 -0
Update trigger-grant-test to use MYSQLTEST_VARDIR
mysql-test/t/trigger-grant.test
1.5 06/01/31 08:51:16 msvensson@neptunus.(none) +3 -3
Update trigger-grant-test to use MYSQLTEST_VARDIR
# 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
--- 1.4/mysql-test/t/trigger-grant.test 2006-01-26 12:51:14 +01:00
+++ 1.5/mysql-test/t/trigger-grant.test 2006-01-31 08:51:16 +01:00
@@ -232,9 +232,9 @@
FOR EACH ROW
SET @a = 5;
---exec egrep -v '^definers=' $MYSQL_TEST_DIR/var/master-data/mysqltest_db1/t1.TRG > $MYSQL_TEST_DIR/var/tmp/t1.TRG
---exec echo "definers='' '@' '@abc@def@@' '@hostname' '@abcdef@@@hostname'" >> $MYSQL_TEST_DIR/var/tmp/t1.TRG
---exec mv $MYSQL_TEST_DIR/var/tmp/t1.TRG $MYSQL_TEST_DIR/var/master-data/mysqltest_db1/t1.TRG
+--exec egrep -v '^definers=' $MYSQLTEST_VARDIR/master-data/mysqltest_db1/t1.TRG > $MYSQLTEST_VARDIR/tmp/t1.TRG
+--exec echo "definers='' '@' '@abc@def@@' '@hostname' '@abcdef@@@hostname'" >> $MYSQLTEST_VARDIR/tmp/t1.TRG
+--exec mv $MYSQLTEST_VARDIR/tmp/t1.TRG $MYSQLTEST_VARDIR/master-data/mysqltest_db1/t1.TRG
--echo
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2016) | msvensson | 31 Jan |