MySQL 8.3.0
Source Code Documentation

A row of PERFORMANCE_SCHEMA.TLS_CHANNEL_STATUS table . More...

#include <table_tls_channel_status.h>

Public Attributes

std::string m_interface
 Interface name. More...
 
std::string m_property_name
 Property name. More...
 
std::string m_property_value
 Property value. More...
 

Detailed Description

A row of PERFORMANCE_SCHEMA.TLS_CHANNEL_STATUS table .

Member Data Documentation

◆ m_interface

std::string row_tls_channel_status::m_interface

Interface name.

In UTF8MB4

◆ m_property_name

std::string row_tls_channel_status::m_property_name

Property name.

In UTF8MB4

◆ m_property_value

std::string row_tls_channel_status::m_property_value

Property value.

In UTF8MB4


The documentation for this struct was generated from the following file: