|  | MySQL 9.5.0
    Source Code Documentation | 
Data dictionary system. More...
| Functions | |
| void | dict_index_add_col (dict_index_t *index, const dict_table_t *table, dict_col_t *col, ulint prefix_len, bool is_ascending) | 
| NOTE: The functions in this file should only use functions from other files in library.  More... | |
Data dictionary system.
Created 1/8/1996 Heikki Tuuri
| void dict_index_add_col | ( | dict_index_t * | index, | 
| const dict_table_t * | table, | ||
| dict_col_t * | col, | ||
| ulint | prefix_len, | ||
| bool | is_ascending | ||
| ) | 
NOTE: The functions in this file should only use functions from other files in library.
The code in this file is used to make a library for external tools. Adds a column to index.
| [in,out] | index | index | 
| [in] | table | table | 
| [in] | col | column | 
| [in] | prefix_len | column prefix length | 
| [in] | is_ascending | true=ASC, false=DESC |