MySQL 9.1.0
Source Code Documentation
|
Globally unique index identifier. More...
#include <dict0types.h>
Public Member Functions | |
index_id_t (space_id_t space_id, space_index_t index_id) | |
Constructor. More... | |
bool | operator< (const index_id_t &other) const |
Compare this to another index identifier. More... | |
bool | operator== (const index_id_t &other) const |
Compare this to another index identifier. More... | |
uint64_t | conv_to_int () const |
Convert an index_id to a 64 bit integer. More... | |
bool | is_ibuf () const |
Check if the index belongs to the insert buffer. More... | |
Public Attributes | |
space_id_t | m_space_id |
Tablespace identifier. More... | |
space_index_t | m_index_id |
Index identifier within the tablespace. More... | |
Globally unique index identifier.
|
inline |
Constructor.
[in] | space_id | Tablespace identifier |
[in] | index_id | Index identifier |
|
inline |
Convert an index_id to a 64 bit integer.
|
inline |
Check if the index belongs to the insert buffer.
|
inline |
Compare this to another index identifier.
other | the other index identifier |
|
inline |
Compare this to another index identifier.
other | the other index identifier |
space_index_t index_id_t::m_index_id |
Index identifier within the tablespace.
space_id_t index_id_t::m_space_id |
Tablespace identifier.