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

there is no brt_flush. addresses #1032

git-svn-id: file:///svn/toku/tokudb.1032b@7786 c7de825b-a66e-492c-adef-691d508d4ae1
parent a9876849
...@@ -30,7 +30,7 @@ static void test2 (int memcheck, int limit) { ...@@ -30,7 +30,7 @@ static void test2 (int memcheck, int limit) {
r = toku_verify_brt(t); assert(r==0); r = toku_verify_brt(t); assert(r==0);
//printf("%s:%d did insert %d\n", __FILE__, __LINE__, i); //printf("%s:%d did insert %d\n", __FILE__, __LINE__, i);
if (0) { if (0) {
brt_flush(t); toku_brt_flush(t);
{ {
int n = toku_get_n_items_malloced(); int n = toku_get_n_items_malloced();
if (verbose) printf("%s:%d i=%d n_items_malloced=%d\n", __FILE__, __LINE__, i, n); if (verbose) printf("%s:%d i=%d n_items_malloced=%d\n", __FILE__, __LINE__, i, n);
......
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