Commit d51a017d authored by John Esmet's avatar John Esmet Committed by Yoni Fogel

[t:5101] show ft blocknums is dead code


git-svn-id: file:///svn/toku/tokudb@44715 c7de825b-a66e-492c-adef-691d508d4ae1
parent f54f51d3
...@@ -166,8 +166,6 @@ extern int toku_ft_debug_mode; ...@@ -166,8 +166,6 @@ extern int toku_ft_debug_mode;
int toku_verify_ft (FT_HANDLE brt) __attribute__ ((warn_unused_result)); int toku_verify_ft (FT_HANDLE brt) __attribute__ ((warn_unused_result));
int toku_verify_ft_with_progress (FT_HANDLE brt, int (*progress_callback)(void *extra, float progress), void *extra, int verbose, int keep_going) __attribute__ ((warn_unused_result)); int toku_verify_ft_with_progress (FT_HANDLE brt, int (*progress_callback)(void *extra, float progress), void *extra, int verbose, int keep_going) __attribute__ ((warn_unused_result));
//int show_ft_blocknumbers(BRT);
typedef struct ft_cursor *FT_CURSOR; typedef struct ft_cursor *FT_CURSOR;
int toku_ft_cursor (FT_HANDLE, FT_CURSOR*, TOKUTXN, BOOL, BOOL) __attribute__ ((warn_unused_result)); int toku_ft_cursor (FT_HANDLE, FT_CURSOR*, TOKUTXN, BOOL, BOOL) __attribute__ ((warn_unused_result));
void toku_ft_cursor_set_leaf_mode(FT_CURSOR); void toku_ft_cursor_set_leaf_mode(FT_CURSOR);
......
...@@ -203,7 +203,6 @@ static void test_read_what_was_written (void) { ...@@ -203,7 +203,6 @@ static void test_read_what_was_written (void) {
} }
if (verbose) printf("Now read them out\n"); if (verbose) printf("Now read them out\n");
//show_ft_blocknumbers(brt);
r = toku_verify_ft(brt); r = toku_verify_ft(brt);
assert(r==0); assert(r==0);
//dump_ft(brt); //dump_ft(brt);
......
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