mariadb/storage/innobase/srv
Marko Mäkelä 1669c8890c MDEV-24167 fixup: Improve the PERFORMANCE_SCHEMA instrumentation
Let us try to avoid code bloat for the common case that
performance_schema is disabled at runtime, and use
ATTRIBUTE_NOINLINE member functions for instrumented latch acquisition.

Also, let us distinguish lock waits from non-contended lock requests
by using write_lock,read_lock for the requests that lead to waits,
and try_write_lock,try_read_lock for the wait-free lock acquisitions.
Actual 'try' operations are not being instrumented at all.
2020-12-03 09:55:53 +02:00
..
srv0mon.cc MDEV-23855: Use normal mutex for log_sys.mutex, log_sys.flush_order_mutex 2020-10-26 17:53:55 +02:00
srv0srv.cc MDEV-24167 fixup: Improve the PERFORMANCE_SCHEMA instrumentation 2020-12-03 09:55:53 +02:00
srv0start.cc Merge 10.5 into 10.6 2020-11-26 07:36:53 +02:00