diff options
author | unknown <pappa@c-0c0be253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-01-19 13:32:58 -0500 |
---|---|---|
committer | unknown <pappa@c-0c0be253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-01-19 13:32:58 -0500 |
commit | ea67b28c5bbd50a1d2795ba1f166060374b9b48b (patch) | |
tree | 5ab76c00bb6db5d52048b36239f061c6b659c0f8 /mysql-test/ndb | |
parent | 098af0ae1aae693829f0c9daef551f2c3571c476 (diff) | |
download | mariadb-git-ea67b28c5bbd50a1d2795ba1f166060374b9b48b.tar.gz |
WL #2747: After push fixes
mysql-test/ndb/ndbcluster.sh:
Upgraded DataMemory to 20M so that ndb_restore tests fit in memory
mysql-test/r/ndb_config.result:
Upgraded DataMemory to 20M so that ndb_restore tests fit in memory
mysql-test/r/ndb_restore.result:
Added check that no extra objects exist before starting
Added printout from erronous node group map
mysql-test/t/disabled.def:
Activated ndb_restore again
mysql-test/t/ndb_restore.test:
Added new test cases and handling of error case for node group maps
storage/ndb/tools/restore/consumer_restore.cpp:
Removed debug printouts
storage/ndb/tools/restore/restore_main.cpp:
Removed debug printouts
ndbout => info
some ndbout => err
and yet others
ndbout => debug
Diffstat (limited to 'mysql-test/ndb')
-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 bc5d1000fe5..832987c7af6 100644 --- a/mysql-test/ndb/ndbcluster.sh +++ b/mysql-test/ndb/ndbcluster.sh @@ -89,7 +89,7 @@ while test $# -gt 0; do --small) ndb_no_ord=32 ndb_con_op=5000 - ndb_dmem=10M + ndb_dmem=20M ndb_imem=1M ndb_pbmem=4M ;; |