diff options
author | unknown <mronstrom@mysql.com> | 2004-07-17 19:31:16 +0200 |
---|---|---|
committer | unknown <mronstrom@mysql.com> | 2004-07-17 19:31:16 +0200 |
commit | 4d5557f70444bcb04b5f719cb7c1731ceacbad14 (patch) | |
tree | cd39de8735a19e30df85dc60796fe3ee7c977c93 /ndb/test/include | |
parent | be0e166f5301b50705254d4f9327c312447357ee (diff) | |
download | mariadb-git-4d5557f70444bcb04b5f719cb7c1731ceacbad14.tar.gz |
Added new testcase for Bug #4479
testBasic -n MassiveTransaction
Inserts as many records as defined in one transaction
using loadTable
Diffstat (limited to 'ndb/test/include')
-rw-r--r-- | ndb/test/include/HugoTransactions.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/test/include/HugoTransactions.hpp b/ndb/test/include/HugoTransactions.hpp index 5ff1fef16bc..3d373652cbc 100644 --- a/ndb/test/include/HugoTransactions.hpp +++ b/ndb/test/include/HugoTransactions.hpp @@ -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, |