24#ifndef PFS_TLS_CHANNEL_PROVIDER_H 
   25#define PFS_TLS_CHANNEL_PROVIDER_H 
   35#ifdef HAVE_PSI_TLS_CHANNEL_INTERFACE 
   36#if defined(MYSQL_SERVER) || defined(PFS_DIRECT_CALL) 
   37#ifndef MYSQL_DYNAMIC_PLUGIN 
   38#ifndef WITH_LOCK_ORDER 
   45#define PSI_TLS_CHANNEL_CALL(M) pfs_##M##_v1 
Defines various enable/disable and HAVE_ macros related to the performance schema instrumentation sys...
 
Instrumentation helpers for TLS channel info.
 
void pfs_register_tls_channel_v1(TLS_channel_property_iterator *provider)
Definition: pfs_tls_channel.cc:223
 
void pfs_unregister_tls_channel_v1(TLS_channel_property_iterator *provider)
Definition: pfs_tls_channel.cc:237
 
Property iterator callbacks.
Definition: psi_tls_channel_bits.h:117