Below is the list of changes that have just been committed into a local
5.1 repository of serg. When serg 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/03/01 16:53:21 serg@stripped +1 -0
some tests depends on umask
mysql-test/mysql-test-run.sh
1.304 06/03/01 12:23:46 serg@stripped +2 -0
binlog_stm_mix_innodb_my depends on umask
# 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: serg
# Host: serg.mylan
# Root: /usr/home/serg/Abk/mysql-5.1
--- 1.303/mysql-test/mysql-test-run.sh Sun Feb 26 14:11:52 2006
+++ 1.304/mysql-test/mysql-test-run.sh Wed Mar 1 12:23:46 2006
@@ -19,6 +19,8 @@ TZ=$MY_TZ; export TZ # for UNIX_TIMESTAM
LOCAL_SOCKET=@MYSQL_UNIX_ADDR@
MYSQL_TCP_PORT=@MYSQL_TCP_PORT@
+umask 022
+
# For query_cache test
case `uname` in
SCO_SV | UnixWare | OpenUNIX )
| Thread |
|---|
| • bk commit into 5.1 tree (serg:1.2188) | Sergei Golubchik | 1 Mar |