Commit d0b730dd authored by joreland@mysql.com's avatar joreland@mysql.com

testReadPerf fixes

parent 1e17dca8
......@@ -115,7 +115,8 @@ main(int argc, const char** argv){
}
myRandom48Init(NdbTick_CurrentMillisecond());
memset(g_times, 0, sizeof(g_times));
g_ndb = new Ndb("TEST_DB");
if(g_ndb->init() != 0){
g_err << "init() failed" << endl;
......
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