mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
small testcase update
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user