24#ifndef MYSQL_DATA_LOCK_H 
   25#define MYSQL_DATA_LOCK_H 
   37#if defined(MYSQL_SERVER) || defined(PFS_DIRECT_CALL) 
   42#ifndef PSI_DATA_LOCK_CALL 
   43#define PSI_DATA_LOCK_CALL(M) psi_data_lock_service->M 
   52#define mysql_data_lock_register(I) inline_mysql_data_lock_register(I) 
   61#ifdef HAVE_PSI_DATA_LOCK_INTERFACE 
   66#define mysql_data_lock_unregister(I) inline_mysql_data_lock_unregister(I) 
   75#ifdef HAVE_PSI_DATA_LOCK_INTERFACE 
Engine interface, row lock inspector.
Definition: psi_data_lock.h:384
 
void inline_mysql_data_lock_register(PSI_engine_data_lock_inspector *i)
Definition: mysql_data_lock.h:54
 
void inline_mysql_data_lock_unregister(PSI_engine_data_lock_inspector *i)
Definition: mysql_data_lock.h:68
 
Defines various enable/disable and HAVE_ macros related to the performance schema instrumentation sys...
 
#define HAVE_PSI_DATA_LOCK_INTERFACE
Definition: my_psi_config.h:249
 
Performance schema instrumentation (declarations).
 
#define PSI_DATA_LOCK_CALL(M)
Definition: pfs_data_lock_provider.h:42
 
Performance schema instrumentation interface.