Commit b9b60dd9 authored by Zardosht Kasheff's avatar Zardosht Kasheff

refs #61, fix optimized compilation that has TOKU_DEBUG_PARANOID off

parent 4e695636
...@@ -2439,7 +2439,7 @@ static void remove_all_pairs_for_close(CACHETABLE ct, CACHEFILE cf) { ...@@ -2439,7 +2439,7 @@ static void remove_all_pairs_for_close(CACHETABLE ct, CACHEFILE cf) {
ct->list.write_list_unlock(); ct->list.write_list_unlock();
} }
static void verify_cachefile_flushed(CACHETABLE ct, CACHEFILE cf) { static void verify_cachefile_flushed(CACHETABLE ct UU(), CACHEFILE cf UU()) {
// assert here that cachefile is flushed by checking // assert here that cachefile is flushed by checking
// pair_list and finding no pairs belonging to this cachefile // pair_list and finding no pairs belonging to this cachefile
// Make a list of pairs that belong to this cachefile. // Make a list of pairs that belong to this cachefile.
......
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