MySQL 8.4.0
Source Code Documentation
innodb_idx_translate_t Struct Reference

#include <ha_innodb.h>

Public Attributes

ulint index_count
 number of valid index entries in the index_mapping array More...
 
ulint array_size
 array size of index_mapping More...
 
dict_index_t ** index_mapping
 index pointer array directly maps to index in InnoDB from MySQL array index More...
 

Member Data Documentation

◆ array_size

ulint innodb_idx_translate_t::array_size

array size of index_mapping

◆ index_count

ulint innodb_idx_translate_t::index_count

number of valid index entries in the index_mapping array

◆ index_mapping

dict_index_t** innodb_idx_translate_t::index_mapping

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


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