Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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@stripped, 2007-02-16 21:09:38+01:00, jonas@eel.(none) +3 -0
ndb - atrt minor fixes
storage/ndb/test/run-test/atrt-gather-result.sh@stripped, 2007-02-16 21:09:35+01:00,
jonas@eel.(none) +1 -1
remove backup from results tars aswell
storage/ndb/test/run-test/autotest-run.sh@stripped, 2007-02-16 21:09:35+01:00,
jonas@eel.(none) +2 -1
add permissions
storage/ndb/test/run-test/main.cpp@stripped, 2007-02-16 21:09:35+01:00, jonas@eel.(none) +6
-0
make it work also on dl145a
# 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: jonas
# Host: eel.(none)
# Root: /home/jonas/src/51-work
--- 1.1/storage/ndb/test/run-test/autotest-run.sh 2007-02-16 21:09:45 +01:00
+++ 1.2/storage/ndb/test/run-test/autotest-run.sh 2007-02-16 21:09:45 +01:00
@@ -246,8 +246,9 @@
echo "date=$DATE" > info.txt
echo "suite=$RUN" >> info.txt
-echo "clone=$clone" >> info.txt
+echo "clone=mysql-$clone" >> info.txt
echo "arch=$target" >> info.txt
+find . | xargs chmod ugo+r
cd ..
p2=`pwd`
--- 1.3/storage/ndb/test/run-test/atrt-gather-result.sh 2007-02-16 21:09:46 +01:00
+++ 1.4/storage/ndb/test/run-test/atrt-gather-result.sh 2007-02-16 21:09:46 +01:00
@@ -8,7 +8,7 @@
while [ $# -gt 0 ]
do
- rsync -a --exclude='ndb_*_fs/*' "$1" .
+ rsync -a --exclude='BACKUP' --exclude='ndb_*_fs' "$1" .
shift
done
--- 1.30/storage/ndb/test/run-test/main.cpp 2007-02-16 21:09:46 +01:00
+++ 1.31/storage/ndb/test/run-test/main.cpp 2007-02-16 21:09:46 +01:00
@@ -238,6 +238,12 @@
g_logger.info("(Re)starting server processes processes");
if(!stop_processes(g_config, ~0))
goto end;
+
+ if (!setup_directories(g_config, 2))
+ goto end;
+
+ if (!setup_files(g_config, 2, 1))
+ goto end;
if(!setup_hosts(g_config))
goto end;
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2429) | jonas | 16 Feb |