[MDEV-25211] Remove useless counter Innodb_buffered_aio_submitted Created: 2021-03-20 Updated: 2021-03-20 Resolved: 2021-03-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.5.0 |
| Fix Version/s: | 10.5.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression-10.5 | ||
| Environment: |
Linux |
||
| Issue Links: |
|
||||||||
| Description |
|
Let us remove this counter, because it has no practical value. Even if its value were 1, io_setup() can still fail and we may have innodb_use_native_aio=0. |