mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Fixed a compilation error.
This commit is contained in:
parent
3a7169572c
commit
0efacfcfb2
1 changed files with 1 additions and 1 deletions
|
@ -832,7 +832,7 @@ dict_index_get_nth_col_no(
|
|||
Looks for column n in an index.
|
||||
@return position in internal representation of the index;
|
||||
ULINT_UNDEFINED if not contained */
|
||||
UNIV_INTERN
|
||||
UNIV_INLINE
|
||||
ulint
|
||||
dict_index_get_nth_col_pos(
|
||||
/*=======================*/
|
||||
|
|
Loading…
Reference in a new issue