My Project
|
#include <rpl_utility.h>
Public Attributes | |
my_hash_value_type | hash_value |
uint | length |
HASH_SEARCH_STATE | search_state |
bool | is_search_state_inited |
Internal structure that acts as a preamble for HASH_ROW_POS in memory structure.
Allocation is done in Hash_slave_rows::make_entry as part of the entry allocation.
Wether this search_state is usable or not.
Length of the key.
HASH_SEARCH_STATE hash_row_preamble_st::search_state |
The search state used to iterate over multiple entries for a given key.