summaryrefslogtreecommitdiff
path: root/mysql-test/t/ndb_basic.test
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2005-02-07 11:17:24 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2005-02-07 11:17:24 +0100
commit2984b0e4bd93bf48d3d293db815f82e76ebe1725 (patch)
treefefed3c62f538e55e70ae901ed58e592af5cdd4c /mysql-test/t/ndb_basic.test
parente7dceff534110fb2afe95ade2b7b14a523d1b85e (diff)
downloadmariadb-git-2984b0e4bd93bf48d3d293db815f82e76ebe1725.tar.gz
small testcase update
BitKeeper/etc/ignore: Added support-files/ndb-config-2-node.ini to the ignore list
Diffstat (limited to 'mysql-test/t/ndb_basic.test')
-rw-r--r--mysql-test/t/ndb_basic.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/ndb_basic.test b/mysql-test/t/ndb_basic.test
index f460c573a9d..0f6a2f5696b 100644
--- a/mysql-test/t/ndb_basic.test
+++ b/mysql-test/t/ndb_basic.test
@@ -546,11 +546,12 @@ drop table t1;
# first a table with _many_ fragments per node group
# then a table with just one fragment per node group
#
+set @a= show status like 'Ndb_number_of_storage_nodes';
create table t1
(a bigint, b bigint, c bigint, d bigint,
primary key (a,b,c,d))
engine=ndb
- max_rows=200000000;
+ max_rows=800000000;
insert into t1 values
(1,2,3,4),(2,3,4,5),(3,4,5,6),
(3,2,3,4),(1,3,4,5),(2,4,5,6),