[t:4596], fix in tokudb

git-svn-id: file:///svn/toku/tokudb@40544 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2013-04-17 00:00:13 -04:00 committed by Yoni Fogel
parent 15bf942a37
commit 671dba1781

View file

@ -843,8 +843,8 @@ toku_maybe_prefetch_older_rollback_log(TOKUTXN txn, ROLLBACK_LOG_NODE log) {
r = toku_cachefile_prefetch(cf, name, hash,
get_write_callbacks_for_rollback_log(h),
toku_rollback_fetch_callback,
toku_brtnode_pf_req_callback,
toku_brtnode_pf_callback,
toku_rollback_pf_req_callback,
toku_rollback_pf_callback,
h,
&doing_prefetch);
assert(r==0);