MySQL 8.0.40
Source Code Documentation
|
Public Member Functions | |
TA_key_impl () | |
~TA_key_impl () | |
void | key_copy (uchar *record, uint key_length) |
Static Public Member Functions | |
static TA_key | to_api (TA_key_impl *impl) |
static TA_key_impl * | from_api (TA_key api) |
Public Attributes | |
size_t | m_key_index |
KEY * | m_key_info |
uchar | m_key [MAX_KEY_LENGTH] |
uint | m_key_length |
TA_key_impl::TA_key_impl | ( | ) |
|
inline |
|
inlinestatic |
|
inlinestatic |
uchar TA_key_impl::m_key[MAX_KEY_LENGTH] |
size_t TA_key_impl::m_key_index |
KEY* TA_key_impl::m_key_info |
uint TA_key_impl::m_key_length |