Commit 69ebb4e3 authored by unknown's avatar unknown

ndb - testBlobs needs more tx in 5.0 ?


ndb/test/ndbapi/testBlobs.cpp:
  more tx per Ndb
parent af57bf5c
...@@ -1300,7 +1300,7 @@ static int ...@@ -1300,7 +1300,7 @@ static int
testmain() testmain()
{ {
g_ndb = new Ndb(g_ncc, "TEST_DB"); g_ndb = new Ndb(g_ncc, "TEST_DB");
CHK(g_ndb->init() == 0); CHK(g_ndb->init(20) == 0);
CHK(g_ndb->waitUntilReady() == 0); CHK(g_ndb->waitUntilReady() == 0);
g_dic = g_ndb->getDictionary(); g_dic = g_ndb->getDictionary();
g_tups = new Tup [g_opt.m_rows]; g_tups = new Tup [g_opt.m_rows];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment