mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
dtype_get_max_size(): Remove UNIV_INLINE qualifier, as the function is
defined inside a .c file rather than an .ic file.
This commit is contained in:
parent
a3daffde6a
commit
b93fa6788e
2 changed files with 2 additions and 2 deletions
|
@ -297,7 +297,7 @@ dtype_print(
|
|||
/***************************************************************************
|
||||
Returns the maximum size of a data type. Note: types in system tables may be
|
||||
incomplete and return incorrect information. */
|
||||
UNIV_INLINE
|
||||
|
||||
ulint
|
||||
dtype_get_max_size(
|
||||
/*===============*/
|
||||
|
|
|
@ -332,7 +332,7 @@ dtype_get_min_size(
|
|||
/***************************************************************************
|
||||
Returns the maximum size of a data type. Note: types in system tables may be
|
||||
incomplete and return incorrect information. */
|
||||
UNIV_INLINE
|
||||
|
||||
ulint
|
||||
dtype_get_max_size(
|
||||
/*===============*/
|
||||
|
|
Loading…
Reference in a new issue