mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Merge localhost:/home/jonas/src/51-work
into eel.(none):/home/jonas/src/51-work
This commit is contained in:
commit
f65af74adc
3 changed files with 9 additions and 2 deletions
|
@ -8,7 +8,7 @@ rm -rf *
|
|||
|
||||
while [ $# -gt 0 ]
|
||||
do
|
||||
rsync -a --exclude='ndb_*_fs/*' "$1" .
|
||||
rsync -a --exclude='BACKUP' --exclude='ndb_*_fs' "$1" .
|
||||
shift
|
||||
done
|
||||
|
||||
|
|
|
@ -246,8 +246,9 @@ cd $res_dir
|
|||
|
||||
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`
|
||||
|
|
|
@ -238,6 +238,12 @@ main(int argc, char ** argv)
|
|||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue