MySQL 9.1.0
Source Code Documentation
|
A structure to denote a key of type string in an index. More...
#include <pfs_plugin_table_service.h>
Public Attributes | |
const char * | m_name |
int | m_find_flags |
bool | m_is_null |
char * | m_value_buffer |
unsigned int | m_value_buffer_length |
unsigned int | m_value_buffer_capacity |
A structure to denote a key of type string in an index.
int PSI_plugin_key_string::m_find_flags |
bool PSI_plugin_key_string::m_is_null |
const char* PSI_plugin_key_string::m_name |
char* PSI_plugin_key_string::m_value_buffer |
unsigned int PSI_plugin_key_string::m_value_buffer_capacity |
unsigned int PSI_plugin_key_string::m_value_buffer_length |