Commit b0c4128c authored by joreland@mysql.com's avatar joreland@mysql.com

Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0

into mysql.com:/home/jonas/src/mysql-5.0
parents 31169016 082c2667
...@@ -546,7 +546,6 @@ drop table t1; ...@@ -546,7 +546,6 @@ drop table t1;
# first a table with _many_ fragments per node group # first a table with _many_ fragments per node group
# then a table with just one fragment 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 create table t1
(a bigint, b bigint, c bigint, d bigint, (a bigint, b bigint, c bigint, d bigint,
primary key (a,b,c,d)) primary key (a,b,c,d))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment