Loading innobase/log/log0log.c +1 −1 Original line number Diff line number Diff line Loading @@ -2064,7 +2064,7 @@ log_checkpoint_margin(void) /* A flush is urgent: we have to do a synchronous preflush */ sync = TRUE; advance = 2 * (age - log->max_modified_age_async); advance = 2 * (age - log->max_modified_age_sync); } else if (age > log->max_modified_age_async) { /* A flush is not urgent: we do an asynchronous preflush */ Loading Loading
innobase/log/log0log.c +1 −1 Original line number Diff line number Diff line Loading @@ -2064,7 +2064,7 @@ log_checkpoint_margin(void) /* A flush is urgent: we have to do a synchronous preflush */ sync = TRUE; advance = 2 * (age - log->max_modified_age_async); advance = 2 * (age - log->max_modified_age_sync); } else if (age > log->max_modified_age_async) { /* A flush is not urgent: we do an asynchronous preflush */ Loading