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
a5629a7a
Commit
a5629a7a
authored
May 06, 2005
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-5.0
parents
deba12e7
df803044
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
447 deletions
+80
-447
ndb/test/run-test/make-config.sh
ndb/test/run-test/make-config.sh
+75
-445
ndb/test/run-test/ndb-autotest.sh
ndb/test/run-test/ndb-autotest.sh
+5
-2
No files found.
ndb/test/run-test/make-config.sh
View file @
a5629a7a
This diff is collapsed.
Click to expand it.
ndb/test/run-test/ndb-autotest.sh
View file @
a5629a7a
#!/bin/sh
save_args
=
$*
VERSION
=
"ndb-autotest.sh version 1.0"
VERSION
=
"ndb-autotest.sh version 1.0
1
"
DATE
=
`
date
'+%Y-%m-%d'
`
export
DATE
...
...
@@ -76,6 +76,7 @@ then
eval
$configure
--prefix
=
$run_dir
make
make
install
(
cd
$run_dir
;
./bin/mysql_install_db
)
fi
###
...
...
@@ -103,6 +104,8 @@ fi
test_dir
=
$run_dir
/mysql-test/ndb
atrt
=
$test_dir
/atrt
html
=
$test_dir
/make-html-reports.sh
mkconfig
=
$run_dir
/mysql-test/ndb/make-config.sh
PATH
=
$test_dir
:
$PATH
export
PATH
...
...
@@ -214,7 +217,7 @@ do
run_hosts
=
`
echo
$avail_hosts
|
awk
'{for(i=1;i<='
$count
';i++)print $i;}'
`
choose
$run_dir
/d.template
$run_hosts
>
$run_dir
/d.txt
choose
$run_dir
/1.ndb_mgmd/initconfig.template
$run_hosts
>
$run_dir
/1.ndb_mgmd/config.ini
(
cd
$run_dir
;
$mkconfig
d.txt
)
echo
$run_hosts
>>
/tmp/filter_hosts.
$$
cd
$run_dir
...
...
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