Commit 6eb7bd4e authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

cursor working a little more

git-svn-id: file:///svn/tokudb@23 c7de825b-a66e-492c-adef-691d508d4ae1
parent a7feec69
......@@ -1525,7 +1525,6 @@ int brt_c_get (BRT_CURSOR cursor, DBT *kbt, DBT *vbt, int flags) {
CACHEKEY *rootp;
dump_brt(cursor->brt);
assert(0==cachefile_assert_all_unpinned(cursor->brt->cf));
if ((r = read_and_pin_brt_header(cursor->brt->cf, &cursor->brt->h))) {
if (0) { died0: unpin_brt_header(cursor->brt); }
return r;
......
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