mariadb/storage/innobase/srv
Vladislav Vaintroub 01466adc13 MDEV-32841 Provide Innodb async IO statistics
Provide some statistics about asynchronous IO reads and writes:
 - number of pending operations
 - number of completion callbacks that are currently being executed
 - number of completion callbacks that are currently queued
   (due to restriction on number of IO threads)
 - total number of IOs finished
 - total time to wait for free IO slot
 - total number of completions that were queued.

Also revert tpool InnoDB perfschema instrumentation (MDEV-31048)
That instrumentation of cache mutex did not bring any revelation (
the mutex is taken for a couple of instructions), and made it impossible
to use tpool outside of the server (e.g in mariadbimport/dump)
2024-02-28 13:31:19 +01:00
..
srv0mon.cc Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
srv0srv.cc MDEV-32841 Provide Innodb async IO statistics 2024-02-28 13:31:19 +01:00
srv0start.cc Merge branch '11.1' into 11.2 2024-02-02 17:43:57 +01:00