diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-03-20 13:47:05 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-03-20 13:47:05 +0200 |
commit | e7ddf46632db84f55af85cd4f401d59c6ab29242 (patch) | |
tree | 30f4e3f7982e388c7806990865174c130075d810 /sql/sql_acl.cc | |
parent | 8570a6a0938055b36aabde3f440cae2c5584441b (diff) | |
download | mariadb-git-e7ddf46632db84f55af85cd4f401d59c6ab29242.tar.gz |
MDEV-25211 Remove useless counter Innodb_buffered_aio_submitted
In commit 412533b4a755b36d5ac0fb04bcf54694bb0eafbc (MDEV-18582),
one of the counters that was ported from XtraDB is useless.
Innodb_buffered_aio_submitted would 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
end up with innodb_use_native_aio=0.
Diffstat (limited to 'sql/sql_acl.cc')
0 files changed, 0 insertions, 0 deletions