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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
52a3d47f
Commit
52a3d47f
authored
Feb 16, 2007
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge localhost:/home/jonas/src/51-work
into eel.(none):/home/jonas/src/51-work
parents
7d4bec62
8bbdae8f
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 @
52a3d47f
...
...
@@ -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 @
52a3d47f
...
...
@@ -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 @
52a3d47f
...
...
@@ -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