MySQL 8.4.1
Source Code Documentation
ib_key_col_t Struct Reference

InnoDB index columns used during index and index schema creation. More...

Public Attributes

const char * name
 Name of column. More...
 
ulint prefix_len
 Column index prefix len or 0. More...
 

Detailed Description

InnoDB index columns used during index and index schema creation.

Member Data Documentation

◆ name

const char* ib_key_col_t::name

Name of column.

◆ prefix_len

ulint ib_key_col_t::prefix_len

Column index prefix len or 0.


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