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

testReadPerf fixes

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