23#ifndef PFS_DATA_LOCK_PROVIDER_H
24#define PFS_DATA_LOCK_PROVIDER_H
34#ifdef HAVE_PSI_DATA_LOCK_INTERFACE
35#if defined(MYSQL_SERVER) || defined(PFS_DIRECT_CALL)
36#ifndef MYSQL_DYNAMIC_PLUGIN
37#ifndef WITH_LOCK_ORDER
41#define PSI_DATA_LOCK_CALL(M) pfs_##M##_v1
Engine interface, row lock inspector.
Definition: psi_data_lock.h:359
Defines various enable/disable and HAVE_ macros related to the performance schema instrumentation sys...
void pfs_unregister_data_lock_v1(PSI_engine_data_lock_inspector *inspector)
Definition: pfs.cc:8956
void pfs_register_data_lock_v1(PSI_engine_data_lock_inspector *inspector)
Definition: pfs.cc:8949
Performance schema instrumentation interface.