diff options
author | serg@serg.mylan <> | 2006-03-01 21:39:43 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2006-03-01 21:39:43 +0100 |
commit | 20e9ab3634636fef459574879b9a9fed8d0b865b (patch) | |
tree | bc46cee13c3abb4b43b307792b12c49b0d97fef9 /mysql-test/mysql-test-run.sh | |
parent | 46e6914d827d6cfd367f349db5d0391aa851e3b8 (diff) | |
parent | 615365354521cef4c5f36da91cf3de9df10e4f19 (diff) | |
download | mariadb-git-20e9ab3634636fef459574879b9a9fed8d0b865b.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
into serg.mylan:/usr/home/serg/Abk/mysql-5.1
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 55e745b7431..593b91f4d21 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -19,6 +19,8 @@ TZ=$MY_TZ; export TZ # for UNIX_TIMESTAMP tests to work LOCAL_SOCKET=@MYSQL_UNIX_ADDR@ MYSQL_TCP_PORT=@MYSQL_TCP_PORT@ +umask 022 + # For query_cache test case `uname` in SCO_SV | UnixWare | OpenUNIX ) |