mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
small testcase update
BitKeeper/etc/ignore: Added support-files/ndb-config-2-node.ini to the ignore list
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user