mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
ndb - testBlobs needs more tx in 5.0 ?
This commit is contained in:
parent
9ccda327a3
commit
810cbaf157
1 changed files with 1 additions and 1 deletions
|
@ -1300,7 +1300,7 @@ static int
|
|||
testmain()
|
||||
{
|
||||
g_ndb = new Ndb(g_ncc, "TEST_DB");
|
||||
CHK(g_ndb->init() == 0);
|
||||
CHK(g_ndb->init(20) == 0);
|
||||
CHK(g_ndb->waitUntilReady() == 0);
|
||||
g_dic = g_ndb->getDictionary();
|
||||
g_tups = new Tup [g_opt.m_rows];
|
||||
|
|
Loading…
Reference in a new issue