Commit 99e908da authored by Dave Wells's avatar Dave Wells Committed by Yoni Fogel

cleanup up toku_loader_close error handling

git-svn-id: file:///svn/toku/tokudb@18806 c7de825b-a66e-492c-adef-691d508d4ae1
parent d41bc15d
...@@ -318,12 +318,7 @@ int toku_loader_close(DB_LOADER *loader) ...@@ -318,12 +318,7 @@ int toku_loader_close(DB_LOADER *loader)
loader->i->dbs[i]->i->brt, loader->i->dbs[i]->i->brt,
db_txn_struct_i(loader->i->txn)->tokutxn); db_txn_struct_i(loader->i->txn)->tokutxn);
toku_ydb_unlock(); toku_ydb_unlock();
if ( r!=0 ) { if ( r!=0 ) break;
printf("NEED TO DO CLEANUP HERE\n");
assert(0);
// int rr = toku_brt_loader_abort(loader->i->brt_loader, TRUE);
break;
}
} }
} }
} }
......
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