InnoDB Plugin
1.0
|
Functions | |
UNIV_INTERN void | btr_search_info_update_slow (btr_search_t *info, btr_cur_t *cursor) |
UNIV_INLINE btr_search_t * | btr_search_get_info (dict_index_t *index) |
UNIV_INLINE void | btr_search_info_update (dict_index_t *index, btr_cur_t *cursor) |
The index tree adaptive search
Created 2/17/1996 Heikki Tuuri
UNIV_INLINE btr_search_t* btr_search_get_info | ( | dict_index_t * | index | ) |
Returns search info for an index.
index | in: index |
UNIV_INLINE void btr_search_info_update | ( | dict_index_t * | index, |
btr_cur_t * | cursor | ||
) |
Updates the search info.
index | in: index of the cursor |
cursor | in: cursor which was just positioned |
UNIV_INTERN void btr_search_info_update_slow | ( | btr_search_t * | info, |
btr_cur_t * | cursor | ||
) |
Updates the search info. in: cursor which was just positioned
info | in/out: search info |