Bug #107827 optimize for simulated-AIO
Submitted: 11 Jul 2022 3:28 Modified: 11 Jul 2022 12:09
Reporter: alex xing (OCA) Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S5 (Performance)
Version:8.0.19 OS:Any
Assigned to: CPU Architecture:Any

[11 Jul 2022 3:28] alex xing
Description:
I found that all redo log IO were synchronized since mysql8.0.
and also, there is no process for redo log io  in fil_aio_wait.
So is it possible to remove  'static AIO *s_log'

How to repeat:
just read the code

Suggested fix:
 Is it possible to remove  'static AIO *s_log'?
[11 Jul 2022 12:09] MySQL Verification Team
Hi Mr. xing,

Thank you for your bug report.

The answer to your question is that, no, that variable can not be removed since it is used for the access to the files on some operating systems.

Not a bug.