MySQL 8.3.0
Source Code Documentation
PSI_plugin_key_bigint Struct Reference

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...
 

Detailed Description

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

Member Data Documentation

◆ m_find_flags

int PSI_plugin_key_bigint::m_find_flags

Find flags.

◆ m_is_null

bool PSI_plugin_key_bigint::m_is_null

Column is NULL.

◆ m_name

const char* PSI_plugin_key_bigint::m_name

Name of the key column.

◆ m_value

long long PSI_plugin_key_bigint::m_value

Value of the key column.


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