Commit d4c56034 authored by unknown's avatar unknown

Making dtype_get_max_size() non-inline to avoid build error

 in non-debug mode.

parent 2dca2a1a
...@@ -297,7 +297,6 @@ dtype_print( ...@@ -297,7 +297,6 @@ dtype_print(
/*************************************************************************** /***************************************************************************
Returns the maximum size of a data type. Note: types in system tables may be Returns the maximum size of a data type. Note: types in system tables may be
incomplete and return incorrect information. */ incomplete and return incorrect information. */
UNIV_INLINE
ulint ulint
dtype_get_max_size( dtype_get_max_size(
/*===============*/ /*===============*/
......
...@@ -332,7 +332,6 @@ dtype_get_min_size( ...@@ -332,7 +332,6 @@ dtype_get_min_size(
/*************************************************************************** /***************************************************************************
Returns the maximum size of a data type. Note: types in system tables may be Returns the maximum size of a data type. Note: types in system tables may be
incomplete and return incorrect information. */ incomplete and return incorrect information. */
UNIV_INLINE
ulint ulint
dtype_get_max_size( 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