Commit d4c56034 authored by unknown's avatar unknown
Browse files

Making dtype_get_max_size() non-inline to avoid build error

 in non-debug mode.

parent 2dca2a1a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -297,7 +297,6 @@ 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(
/*===============*/
+0 −1
Original line number Diff line number Diff line
@@ -332,7 +332,6 @@ 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(
/*===============*/