MySQL 9.1.0
Source Code Documentation
|
A structure to denote a key of type long long in an index. More...
#include <pfs_plugin_table_service.h>
Public Attributes | |
const char * | m_name |
Name of the key column. More... | |
int | m_find_flags |
Find flags. More... | |
bool | m_is_null |
Column is NULL. More... | |
long long | m_value |
Value of the key column. More... | |
A structure to denote a key of type long long in an index.
int PSI_plugin_key_bigint::m_find_flags |
Find flags.
bool PSI_plugin_key_bigint::m_is_null |
Column is NULL.
const char* PSI_plugin_key_bigint::m_name |
Name of the key column.
long long PSI_plugin_key_bigint::m_value |
Value of the key column.