From 810cbaf157da9e36a699a6dceacc4cd80844da81 Mon Sep 17 00:00:00 2001 From: "pekka@mysql.com" <> Date: Sun, 5 Feb 2006 23:06:08 +0100 Subject: [PATCH] ndb - testBlobs needs more tx in 5.0 ? --- ndb/test/ndbapi/testBlobs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndb/test/ndbapi/testBlobs.cpp b/ndb/test/ndbapi/testBlobs.cpp index 3f3b23f7e83..fff5ac247df 100644 --- a/ndb/test/ndbapi/testBlobs.cpp +++ b/ndb/test/ndbapi/testBlobs.cpp @@ -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];