24#ifndef MYSQL_PSI_TLS_CHANNEL_H 
   25#define MYSQL_PSI_TLS_CHANNEL_H 
   58#ifdef HAVE_PSI_TLS_CHANNEL_INTERFACE 
void(* unregister_tls_channel_v1_t)(TLS_channel_property_iterator *provider)
TLS channel information un registration API.
Definition: psi_tls_channel_bits.h:135
 
MYSQL_PLUGIN_IMPORT PSI_tls_channel_service_t * psi_tls_channel_service
Definition: psi_noop.cc:909
 
void(* register_tls_channel_v1_t)(TLS_channel_property_iterator *provider)
TLS channel information registration API.
Definition: psi_tls_channel_bits.h:129
 
Some integer typedefs for easier portability.
 
Defines various enable/disable and HAVE_ macros related to the performance schema instrumentation sys...
 
Functions related to handling of plugins and other dynamically loaded libraries.
 
#define MYSQL_PLUGIN_IMPORT
Definition: my_sharedlib.h:71
 
Instrumentation helpers for TLS channels.
 
required uint64 version
Definition: replication_group_member_actions.proto:41
 
Entry point for the performance schema interface.
Definition: psi_tls_channel.h:46
 
Performance schema TLS channel interface, version 1.
Definition: psi_tls_channel.h:64
 
register_tls_channel_v1_t register_tls_channel
Definition: psi_tls_channel.h:65
 
unregister_tls_channel_v1_t unregister_tls_channel
Definition: psi_tls_channel.h:66