mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
log0log.c:
log_checkpoint_margin(): Correct a typo that was introduced when fixing gcc 4.0 warnings.
This commit is contained in:
parent
a5cbbb7031
commit
8cff472a83
1 changed files with 1 additions and 1 deletions
|
|
@ -2064,7 +2064,7 @@ loop:
|
|||
/* 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…
Add table
Add a link
Reference in a new issue