summaryrefslogtreecommitdiff
path: root/storage/innobase
diff options
context:
space:
mode:
authorunknown <aivanov@mysql.com>2006-06-12 13:52:29 +0400
committerunknown <aivanov@mysql.com>2006-06-12 13:52:29 +0400
commitd4c560343e2babc122a6aba417db9b52682df0e3 (patch)
treefc24a4de927c263a50baa35790e82d440176b6fe /storage/innobase
parent2dca2a1a5d3689e30eea204bb7923620c369fed2 (diff)
downloadmariadb-git-d4c560343e2babc122a6aba417db9b52682df0e3.tar.gz
Making dtype_get_max_size() non-inline to avoid build error
in non-debug mode.
Diffstat (limited to 'storage/innobase')
-rw-r--r--storage/innobase/data/data0type.c1
-rw-r--r--storage/innobase/include/data0type.h1
2 files changed, 0 insertions, 2 deletions
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(
/*===============*/