Commit 09607577 authored by Dave Wells's avatar Dave Wells Committed by Yoni Fogel

fix typo, relates to #1977

git-svn-id: file:///svn/toku/tokudb@14726 c7de825b-a66e-492c-adef-691d508d4ae1
parent ddfd7cae
......@@ -227,9 +227,9 @@ run_test (int iter, int die) {
int recovery_flags = 0;
if ( do_log_recover ) {
flags += DB_INIT_LOG;
recovery_flags += DB_INIT_LOG;
if ( iter != 0 )
flags += DB_RECOVER;
recovery_flags += DB_RECOVER;
}
env_startup(cachebytes, recovery_flags);
......
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