Commit 475e29c4 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

fix the benchmark-test build refs[t:2258]

git-svn-id: file:///svn/toku/tokudb@16562 c7de825b-a66e-492c-adef-691d508d4ae1
parent 8a401ed4
......@@ -353,6 +353,7 @@ static void scanscan_range (void) {
goto makekey;
}
#ifdef TOKUDB
// do the range scan
long rowcounter = 0;
struct extra_count e = {0,0};
......@@ -362,6 +363,7 @@ static void scanscan_range (void) {
break;
rowcounter++;
}
#endif
r = dbc->c_close(dbc);
assert(r==0);
......
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