![]() |
MySQL 8.4.7
Source Code Documentation
|
A structure to denote a key of type unsigned 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... | |
| unsigned long long | m_value |
| Value of the key column. More... | |
A structure to denote a key of type unsigned long long in an index.
| int PSI_plugin_key_ubigint::m_find_flags |
Find flags.
| bool PSI_plugin_key_ubigint::m_is_null |
Column is NULL.
| const char* PSI_plugin_key_ubigint::m_name |
Name of the key column.
| unsigned long long PSI_plugin_key_ubigint::m_value |
Value of the key column.