diff --git a/src/storage/gstor/gstor_executor.c b/src/storage/gstor/gstor_executor.c index 17c7c7a723681ea332fc9f38b55ff5b180b9e840..3e322391c779be10ac1716c195211ee9bd8427d3 100644 --- a/src/storage/gstor/gstor_executor.c +++ b/src/storage/gstor/gstor_executor.c @@ -455,7 +455,7 @@ static status_t gstor_init_default_params(void) attr->db_isolevel = (uint8)ISOLATION_READ_COMMITTED; attr->ckpt_timeout = DEFAULT_CKPT_TIMEOUT; attr->enable_OSYNC = GS_TRUE; - attr->enable_logdirectIO = GS_TRUE; + attr->enable_logdirectIO = GS_FALSE; attr->undo_auto_shrink = GS_TRUE; attr->repl_wait_timeout = DEFAULT_REPL_WAIT_TIMEOUT; attr->restore_check_version = GS_TRUE;