Skip to content

Commit

Permalink
Merge pull request #2483 from georgelorchpercona/ps-5.7-4729
Browse files Browse the repository at this point in the history
Ps 5.7 4729
  • Loading branch information
georgelorchpercona authored Aug 13, 2018
2 parents 753801b + e9791b7 commit 5287025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/tokudb/hatoku_hton.cc
Original file line number Diff line number Diff line change
Expand Up @@ -531,10 +531,10 @@ static int tokudb_init_func(void *p) {

db_env->set_update(db_env, tokudb_update_fun);

db_env_set_direct_io(tokudb::sysvars::directio == TRUE);
db_env_set_direct_io(tokudb::sysvars::directio);

db_env_set_compress_buffers_before_eviction(
tokudb::sysvars::compress_buffers_before_eviction == TRUE);
tokudb::sysvars::compress_buffers_before_eviction);

db_env->change_fsync_log_period(db_env, tokudb::sysvars::fsync_log_period);

Expand Down

0 comments on commit 5287025

Please sign in to comment.