Commit 1bd7a459 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

reverting a fat-fingered change to cachetable.c from r33053

git-svn-id: file:///svn/toku/tokudb@33054 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1996bfaf
......@@ -1907,7 +1907,7 @@ int toku_cachetable_get_and_pin_nonblocking (
int r = cachetable_fetch_pair(ct, cf, p, fetch_callback, read_extraargs);
cachetable_unlock(ct);
if (ct->ydb_lock_callback) ct->ydb_lock_callback();
if (r!=0) { assert(!p->checkpoint_pending); return r; }
if (r!=0) return r;
else return TOKUDB_TRY_AGAIN;
}
......
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