diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-09-25 16:06:30 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-09-25 16:06:30 +0000 |
commit | 7a2cb204ed0427d3e13c1fa4633cd62d97487f71 (patch) | |
tree | 452d2966b284653bb72bdfacfcdac9d6cddcc051 /mysql-test/ndb/ndbcluster.sh | |
parent | 1bf19b822d6248f32b7b9a02ef8cd9d404f058e6 (diff) | |
download | mariadb-git-7a2cb204ed0427d3e13c1fa4633cd62d97487f71.tar.gz |
added printout for where configuration is fetched
debug printouts
mysql-test/ndb/ndbcluster.sh:
.
ndb/include/mgmcommon/ConfigRetriever.hpp:
added printout for where configuration is fetched
ndb/src/common/mgmcommon/ConfigRetriever.cpp:
added printout for where configuration is fetched
ndb/src/kernel/main.cpp:
added printout for where configuration is fetched
ndb/src/kernel/vm/Configuration.cpp:
added printout for where configuration is fetched
ndb/src/kernel/vm/Configuration.hpp:
added printout for where configuration is fetched
ndb/src/ndbapi/Ndb.cpp:
debug printouts
Diffstat (limited to 'mysql-test/ndb/ndbcluster.sh')
-rw-r--r-- | mysql-test/ndb/ndbcluster.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/ndb/ndbcluster.sh b/mysql-test/ndb/ndbcluster.sh index a1b6400d753..7485e42923e 100644 --- a/mysql-test/ndb/ndbcluster.sh +++ b/mysql-test/ndb/ndbcluster.sh @@ -45,7 +45,7 @@ status_ndb= ndb_diskless=0 ndb_no_ord=512 -ndb_con_op=10000 +ndb_con_op=105000 ndb_dmem=80M ndb_imem=24M |