MySQL 8.4.0
Source Code Documentation
PSI_plugin_key_integer Struct Reference

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

#include <pfs_plugin_table_service.h>

Public Attributes

const char * m_name
 
int m_find_flags
 
bool m_is_null
 
long m_value
 

Detailed Description

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

Member Data Documentation

◆ m_find_flags

int PSI_plugin_key_integer::m_find_flags

◆ m_is_null

bool PSI_plugin_key_integer::m_is_null

◆ m_name

const char* PSI_plugin_key_integer::m_name

◆ m_value

long PSI_plugin_key_integer::m_value

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