[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:
Problem/Incident
is caused by MDEV-18582 Port status variables related to SHOW... Closed

 Description   

MDEV-18582 ported many performance counters from XtraDB to the InnoDB implementation in MariaDB Server. Among them was buffered_aio_submitted or Innodb_buffered_aio_submitted, whose value should always be 0 or 1, depending on whether is_linux_native_aio_supported() was executed to the point where it would be incremented.

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.


Generated at Thu Feb 08 09:35:59 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.