diff options
author | unknown <joreland@mysql.com> | 2005-02-07 13:26:45 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-02-07 13:26:45 +0100 |
commit | 5b3d102f15d515e2268087c0e51ebaaa67b03dbc (patch) | |
tree | b0b9a1802c872cb347e71b3ed10fd72a8404c6ba | |
parent | c6cf17187d10f8dcb93b9fa9ab95e1a17cc20c5e (diff) | |
parent | fc16a8769e10edbd32be725f2b37dddafb0c9ed4 (diff) | |
download | mariadb-git-5b3d102f15d515e2268087c0e51ebaaa67b03dbc.tar.gz |
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0
-rw-r--r-- | mysql-test/t/ndb_basic.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/ndb_basic.test b/mysql-test/t/ndb_basic.test index 0f6a2f5696b..a6064f30556 100644 --- a/mysql-test/t/ndb_basic.test +++ b/mysql-test/t/ndb_basic.test @@ -546,7 +546,6 @@ 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)) |