List:Commits« Previous MessageNext Message »
From:msvensson Date:April 24 2006 7:42pm
Subject:bk commit into 5.0 tree (msvensson:1.2188)
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.2188 06/04/24 21:42:44 msvensson@neptunus.(none) +1 -0
  Revert use of octal numbers for chmod

  mysql-test/t/information_schema.test
    1.75 06/04/24 21:42:40 msvensson@neptunus.(none) +2 -2
    Revert use of octal numbers for chmod

# 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.74/mysql-test/t/information_schema.test	2006-04-24 13:51:17 +02:00
+++ 1.75/mysql-test/t/information_schema.test	2006-04-24 21:42:40 +02:00
@@ -798,9 +798,9 @@
 #
 create database mysqltest;
 create table mysqltest.t1(a int);
---exec chmod 000 $MYSQLTEST_VARDIR/master-data/mysqltest
+--exec chmod -r $MYSQLTEST_VARDIR/master-data/mysqltest
 select table_schema from information_schema.tables where table_schema='mysqltest';
---exec chmod 600 $MYSQLTEST_VARDIR/master-data/mysqltest
+--exec chmod +r $MYSQLTEST_VARDIR/master-data/mysqltest
 drop database mysqltest;
 
 #
Thread
bk commit into 5.0 tree (msvensson:1.2188)msvensson24 Apr