1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Added new testcase for Bug #4479

testBasic -n MassiveTransaction
Inserts as many records as defined in one transaction
using loadTable
This commit is contained in:
unknown
2004-07-17 19:31:16 +02:00
parent be0e166f53
commit 4d5557f704
3 changed files with 48 additions and 20 deletions

View File

@ -34,7 +34,8 @@ public:
int records,
int batch = 512,
bool allowConstraintViolation = true,
int doSleep = 0);
int doSleep = 0,
bool oneTrans = false);
int scanReadRecords(Ndb*,
int records,
int abort = 0,