#include <ha0ha.h>
Public Attributes | |
| ha_node_t * | next |
| void * | data |
| ulint | fold |
| void* ha_node_struct::data |
pointer to the data
Definition at line 221 of file ha0ha.h.
Referenced by ha_insert_for_fold_func(), and ha_search_and_update_if_found_func().
| ulint ha_node_struct::fold |
fold value for the data
Definition at line 222 of file ha0ha.h.
Referenced by ha_insert_for_fold_func().
| ha_node_t* ha_node_struct::next |
next chain node or NULL if none
Definition at line 217 of file ha0ha.h.
Referenced by ha_insert_for_fold_func().