Commit 7b4469a0 authored by unknown's avatar unknown

ndb - test prg

  fix failure during start


storage/ndb/test/tools/listen.cpp:
  fix failure during start
parent 3d47ee3f
......@@ -179,6 +179,9 @@ main(int argc, const char** argv){
}
}
end:
for(i= 0; i<(int)event_ops.size(); i++)
MyNdb.dropEventOperation(event_ops[i]);
return NDBT_ProgramExit(NDBT_OK);
}
......
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