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

[t:5101] ftenv is dead code


git-svn-id: file:///svn/toku/tokudb@44709 c7de825b-a66e-492c-adef-691d508d4ae1
parent 25102f30
......@@ -164,8 +164,8 @@ int toku_ft_handle_set_panic(FT_HANDLE brt, int panic, char *panic_string) __at
int toku_dump_ft (FILE *,FT_HANDLE brt) __attribute__ ((warn_unused_result));
void ft_fsync (FT_HANDLE); /* fsync, but don't clear the caches. */
void ft_flush (FT_HANDLE); /* fsync and clear the caches. */
//void ft_fsync (FT_HANDLE); /* fsync, but don't clear the caches. */
//void ft_flush (FT_HANDLE); /* fsync and clear the caches. */
extern int toku_ft_debug_mode;
int toku_verify_ft (FT_HANDLE brt) __attribute__ ((warn_unused_result));
......@@ -204,9 +204,6 @@ BOOL toku_ft_cursor_uninitialized(FT_CURSOR c) __attribute__ ((warn_unused_resu
void toku_ft_cursor_peek(FT_CURSOR cursor, const DBT **pkey, const DBT **pval);
typedef struct ftenv *FTENV;
int ftenv_checkpoint (FTENV env) __attribute__ ((warn_unused_result));
extern int toku_ft_do_push_cmd; // control whether push occurs eagerly.
DICTIONARY_ID toku_ft_get_dictionary_id(FT_HANDLE);
......
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