Commit 6919c1d7 authored by joreland@mysql.com's avatar joreland@mysql.com

run in loop

parent 2856ddb6
......@@ -41,6 +41,7 @@ main(void){
require(g_ndb.waitUntilReady() == 0);
while(true){
g_trans = g_ndb.startTransaction();
require(g_trans);
......@@ -188,6 +189,8 @@ main(void){
for(i = 0; i<cnt; i++){
ndbout_c("%s : %d", g_scans[i].m_table, g_scans[i].row_count);
}
g_trans->close();
}
}
static
......
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