Commit b93fa678 authored by marko's avatar marko

dtype_get_max_size(): Remove UNIV_INLINE qualifier, as the function is

defined inside a .c file rather than an .ic file.
parent a3daffde
......@@ -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(
/*===============*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment