Drizzled Public API Documentation

innodb_idx_translate_struct Struct Reference

Public Attributes

ulint index_count
ulint array_size
dict_index_t ** index_mapping

Detailed Description

Definition at line 38 of file ha_innodb.h.

Member Data Documentation

ulint innodb_idx_translate_struct::array_size

array size of index_mapping

Definition at line 41 of file ha_innodb.h.

Referenced by get_share(), and innobase_build_index_translation().

ulint innodb_idx_translate_struct::index_count

number of valid index entries in the index_mapping array

Definition at line 39 of file ha_innodb.h.

Referenced by get_share(), innobase_build_index_translation(), innobase_get_mysql_key_number_for_index(), and innobase_index_lookup().

dict_index_t** innodb_idx_translate_struct::index_mapping

index pointer array directly maps to index in Innodb from MySQL array index

Definition at line 42 of file ha_innodb.h.

Referenced by get_share(), innobase_build_index_translation(), ha_innobase::innobase_get_index(), innobase_get_mysql_key_number_for_index(), and innobase_index_lookup().


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