MySQL 9.0.0
Source Code Documentation
dict_v_idx_t Struct Reference

Index information put in a list of virtual column structure. More...

#include <dict0mem.h>

Public Attributes

dict_index_tindex
 active index on the column More...
 
ulint nth_field
 position in this index More...
 

Detailed Description

Index information put in a list of virtual column structure.

Index id and virtual column position in the index will be logged. There can be multiple entries for a given index, with a different position.

Member Data Documentation

◆ index

dict_index_t* dict_v_idx_t::index

active index on the column

◆ nth_field

ulint dict_v_idx_t::nth_field

position in this index


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