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

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

fold value for the data

Definition at line 222 of file ha0ha.h.

Referenced by ha_insert_for_fold_func().

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: