1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

small testcase update

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2005-02-07 11:17:24 +01:00
parent 5f26d8393f
commit 4637544c61
3 changed files with 4 additions and 2 deletions

View File

@ -577,7 +577,7 @@ 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;
Warnings:
Warning 1105 Ndb might have problems storing the max amount of rows specified
insert into t1 values