MySQL 9.0.0
Source Code Documentation
PSI_plugin_key_string Struct Reference

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
 

Detailed Description

A structure to denote a key of type string in an index.

Member Data Documentation

◆ m_find_flags

int PSI_plugin_key_string::m_find_flags

◆ m_is_null

bool PSI_plugin_key_string::m_is_null

◆ m_name

const char* PSI_plugin_key_string::m_name

◆ m_value_buffer

char* PSI_plugin_key_string::m_value_buffer

◆ m_value_buffer_capacity

unsigned int PSI_plugin_key_string::m_value_buffer_capacity

◆ m_value_buffer_length

unsigned int PSI_plugin_key_string::m_value_buffer_length

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