diff --git a/storage/innobase/data/data0type.c b/storage/innobase/data/data0type.c index feac6739101..54dbb7b1a15 100644 --- a/storage/innobase/data/data0type.c +++ b/storage/innobase/data/data0type.c @@ -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( /*===============*/ diff --git a/storage/innobase/include/data0type.h b/storage/innobase/include/data0type.h index 1c998c8dc56..789b76b1498 100644 --- a/storage/innobase/include/data0type.h +++ b/storage/innobase/include/data0type.h @@ -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( /*===============*/