summaryrefslogtreecommitdiff
path: root/ndb/test/run-test/make-config.sh
diff options
context:
space:
mode:
authorjoreland@mysql.com <>2005-05-06 16:41:46 +0200
committerjoreland@mysql.com <>2005-05-06 16:41:46 +0200
commitdf5eedb8aa8c0c54557e759d08f6fd9fe68233c4 (patch)
tree217bb80c2bab3377d2f8bfee73e187d01a05c16a /ndb/test/run-test/make-config.sh
parentdf80304435713606b10b2879411ba6c93b2aba99 (diff)
downloadmariadb-git-df5eedb8aa8c0c54557e759d08f6fd9fe68233c4.tar.gz
ndb - autotest
put config files in bk
Diffstat (limited to 'ndb/test/run-test/make-config.sh')
-rwxr-xr-xndb/test/run-test/make-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/test/run-test/make-config.sh b/ndb/test/run-test/make-config.sh
index 6711eda75bf..8f9b93e28ca 100755
--- a/ndb/test/run-test/make-config.sh
+++ b/ndb/test/run-test/make-config.sh
@@ -33,7 +33,7 @@ add_proc (){
node_id=`expr $node_id + 1`
;;
ndb)
- dir="ndb"
+ dir="ndbd"
conf="[ndbd]\nId: $node_id\nHostName: $2\n"
node_id=`expr $node_id + 1`
;;