Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
44f1c624
Commit
44f1c624
authored
Feb 16, 2007
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge perch.ndb.mysql.com:/home/jonas/src/51-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
parents
05f90ebc
f65af74a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
storage/ndb/test/run-test/atrt-gather-result.sh
storage/ndb/test/run-test/atrt-gather-result.sh
+1
-1
storage/ndb/test/run-test/autotest-run.sh
storage/ndb/test/run-test/autotest-run.sh
+2
-1
storage/ndb/test/run-test/main.cpp
storage/ndb/test/run-test/main.cpp
+6
-0
No files found.
storage/ndb/test/run-test/atrt-gather-result.sh
View file @
44f1c624
...
...
@@ -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
...
...
storage/ndb/test/run-test/autotest-run.sh
View file @
44f1c624
...
...
@@ -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
`
...
...
storage/ndb/test/run-test/main.cpp
View file @
44f1c624
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment