Commit 53c9173e authored by aivanov@mysql.com's avatar aivanov@mysql.com

Making dtype_get_max_size() non-inline to avoid build error

 in non-debug mode.
parent 1d7de700
......@@ -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(
/*===============*/
......
......@@ -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(
/*===============*/
......
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