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:
marko 2006-06-09 19:57:03 +00:00
parent a3daffde6a
commit b93fa6788e
2 changed files with 2 additions and 2 deletions

View file

@ -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(
/*===============*/

View file

@ -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(
/*===============*/