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.2009 06/01/27 09:24:45 msvensson@neptunus.(none) +1 -0
Use MYSQLTEST_VARDIR
mysql-test/t/information_schema.test
1.69 06/01/27 09:24:41 msvensson@neptunus.(none) +2 -2
Use MYSQLTEST_VARDIR instead of MYSQL_TEST_DIR/var
# 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_var/my50-mysqltest_var-integration
--- 1.68/mysql-test/t/information_schema.test 2006-01-24 13:48:13 +01:00
+++ 1.69/mysql-test/t/information_schema.test 2006-01-27 09:24:41 +01:00
@@ -796,9 +796,9 @@
#
create database mysqltest;
create table mysqltest.t1(a int);
---exec chmod -r $MYSQL_TEST_DIR/var/master-data/mysqltest
+--exec chmod -r $MYSQLTEST_VARDIR/master-data/mysqltest
select table_schema from information_schema.tables where table_schema='mysqltest';
---exec chmod +r $MYSQL_TEST_DIR/var/master-data/mysqltest
+--exec chmod +r $MYSQLTEST_VARDIR/master-data/mysqltest
drop database mysqltest;
#
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2009) | msvensson | 27 Jan |