List:Commits« Previous MessageNext Message »
From:msvensson Date:April 24 2006 11:51am
Subject:bk commit into 5.0 tree (msvensson:1.2186)
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.2186 06/04/24 13:51:21 msvensson@neptunus.(none) +1 -0
  Test it it works better to set no read access for a file by using 000 instead of -r
  Looks like the trigger.test works that way

  mysql-test/t/information_schema.test
    1.74 06/04/24 13:51:17 msvensson@neptunus.(none) +2 -2
    Test it it works better to set no read access for a file by using 000 instead of -r

# 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-maint

--- 1.73/mysql-test/t/information_schema.test	2006-04-24 10:21:04 +02:00
+++ 1.74/mysql-test/t/information_schema.test	2006-04-24 13:51:17 +02:00
@@ -798,9 +798,9 @@
 #
 create database mysqltest;
 create table mysqltest.t1(a int);
---exec chmod -r $MYSQLTEST_VARDIR/master-data/mysqltest
+--exec chmod 000 $MYSQLTEST_VARDIR/master-data/mysqltest
 select table_schema from information_schema.tables where table_schema='mysqltest';
---exec chmod +r $MYSQLTEST_VARDIR/master-data/mysqltest
+--exec chmod 600 $MYSQLTEST_VARDIR/master-data/mysqltest
 drop database mysqltest;
 
 #
Thread
bk commit into 5.0 tree (msvensson:1.2186)msvensson24 Apr