diff options
author | joreland@mysql.com <> | 2005-05-06 16:41:46 +0200 |
---|---|---|
committer | joreland@mysql.com <> | 2005-05-06 16:41:46 +0200 |
commit | df5eedb8aa8c0c54557e759d08f6fd9fe68233c4 (patch) | |
tree | 217bb80c2bab3377d2f8bfee73e187d01a05c16a /ndb/test/run-test/make-config.sh | |
parent | df80304435713606b10b2879411ba6c93b2aba99 (diff) | |
download | mariadb-git-df5eedb8aa8c0c54557e759d08f6fd9fe68233c4.tar.gz |
ndb - autotest
put config files in bk
Diffstat (limited to 'ndb/test/run-test/make-config.sh')
-rwxr-xr-x | ndb/test/run-test/make-config.sh | 2 |
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` ;; |