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:
@ -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,
|
||||
|
Reference in New Issue
Block a user