Commit ef15de4e authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#4462 fix brt.c compilation problem refs[t:4462]

git-svn-id: file:///svn/toku/tokudb@39753 c7de825b-a66e-492c-adef-691d508d4ae1
parent 35ccbaf8
...@@ -4648,7 +4648,7 @@ bnc_apply_messages_to_basement_node( ...@@ -4648,7 +4648,7 @@ bnc_apply_messages_to_basement_node(
u_int32_t fresh_lbi, fresh_ube; u_int32_t fresh_lbi, fresh_ube;
find_bounds_within_message_tree(&t->h->descriptor, t->compare_fun, bnc->fresh_message_tree, bnc->buffer, bounds, &fresh_lbi, &fresh_ube); find_bounds_within_message_tree(&t->h->descriptor, t->compare_fun, bnc->fresh_message_tree, bnc->buffer, bounds, &fresh_lbi, &fresh_ube);
TOKULOGGER logger = toku_cachefile_logger(t->cf); // TOKULOGGER logger = toku_cachefile_logger(t->cf);
// Experimentally setting these to NULL to disable garbage collection // Experimentally setting these to NULL to disable garbage collection
// on the query path, to let us remove the ydb lock from queries // on the query path, to let us remove the ydb lock from queries
// (ticket 4462). We will need to find another solution in order to // (ticket 4462). We will need to find another solution in order to
......
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