MySQL Forums
Forum List  »  InnoDB

Re: Failed to start mysql due to start_lsn and ens_lsn issue
Posted by: Jakub Lopuszanski
Date: August 08, 2022 06:21AM

One more possibility is this part:
```
Log_file_handle::s_skip_fsyncs =
(srv_unix_file_flush_method == SRV_UNIX_O_DSYNC ||
srv_unix_file_flush_method == SRV_UNIX_NOSYNC);
```

May I ask what `innodb_flush_method` and `innodb_dedicated_server` do you use in your MySQL config?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Failed to start mysql due to start_lsn and ens_lsn issue
420
August 08, 2022 06:21AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.