Drizzled Public API Documentation

ha_node_struct Struct Reference

#include <ha0ha.h>

List of all members.

Public Attributes

ha_node_tnext
void * data
ulint fold

Detailed Description

The hash table external chain node

Definition at line 216 of file ha0ha.h.


Member Data Documentation

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().


The documentation for this struct was generated from the following file: