mariadb/storage/innobase/btr
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
..
btr0btr.cc MDEV-24167: Replace fil_space::latch 2020-11-24 15:43:12 +02:00
btr0bulk.cc Merge 10.4 into 10.5 2020-10-30 11:15:30 +02:00
btr0cur.cc MDEV-24167 fixup: Improve the PERFORMANCE_SCHEMA instrumentation 2020-12-03 09:55:53 +02:00
btr0defragment.cc Cleanup: Make InnoDB page numbers uint32_t 2020-10-15 17:06:17 +03:00
btr0pcur.cc Merge 10.4 into 10.5 2020-10-30 11:15:30 +02:00
btr0sea.cc MDEV-24167 fixup: Improve the PERFORMANCE_SCHEMA instrumentation 2020-12-03 09:55:53 +02:00