23#ifndef PFS_TLS_CHANNEL_PROVIDER_H
24#define PFS_TLS_CHANNEL_PROVIDER_H
34#ifdef HAVE_PSI_TLS_CHANNEL_INTERFACE
35#if defined(MYSQL_SERVER) || defined(PFS_DIRECT_CALL)
36#ifndef MYSQL_DYNAMIC_PLUGIN
37#ifndef WITH_LOCK_ORDER
44#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:218
void pfs_unregister_tls_channel_v1(TLS_channel_property_iterator *provider)
Definition: pfs_tls_channel.cc:233
Property iterator callbacks.
Definition: psi_tls_channel_bits.h:114