summaryrefslogtreecommitdiff
path: root/innobase/include
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2004-02-21 09:47:58 +0200
committerunknown <heikki@hundin.mysql.fi>2004-02-21 09:47:58 +0200
commit7934897a4828f124a480151974a6e47e81f936a2 (patch)
treeed588e5522480d5c45f965feca72e394778a7ab9 /innobase/include
parente8ae2f52668280acacfeae2cd78348361bf1c539 (diff)
downloadmariadb-git-7934897a4828f124a480151974a6e47e81f936a2.tar.gz
data0type.ic, data0type.h:
Fix linking errors reported by Paul DuBois: UNIV_INLINE was forgotten from some inline functions innobase/include/data0type.h: Fix linking errors reported by Paul DuBois: UNIV_INLINE was forgotten from some inline functions innobase/include/data0type.ic: Fix linking errors reported by Paul DuBois: UNIV_INLINE was forgotten from some inline functions
Diffstat (limited to 'innobase/include')
-rw-r--r--innobase/include/data0type.h2
-rw-r--r--innobase/include/data0type.ic3
2 files changed, 3 insertions, 2 deletions
diff --git a/innobase/include/data0type.h b/innobase/include/data0type.h
index 00a0845ace8..4b8a5393405 100644
--- a/innobase/include/data0type.h
+++ b/innobase/include/data0type.h
@@ -169,7 +169,6 @@ Checks if a type is a non-binary string type. That is, dtype_is_string_type is
TRUE and dtype_is_binary_string_type is FALSE. Note that for tables created
with < 4.0.14, we do not know if a DATA_BLOB column is a BLOB or a TEXT column.
For those DATA_BLOB columns this function currently returns TRUE. */
-
UNIV_INLINE
ibool
dtype_is_non_binary_string_type(
@@ -220,6 +219,7 @@ dtype_get_charset_coll(
/*************************************************************************
Forms a precise type from the < 4.1.2 format precise type plus the
charset-collation code. */
+UNIV_INLINE
ulint
dtype_form_prtype(
/*==============*/
diff --git a/innobase/include/data0type.ic b/innobase/include/data0type.ic
index 41127a65183..9da6501761e 100644
--- a/innobase/include/data0type.ic
+++ b/innobase/include/data0type.ic
@@ -11,7 +11,7 @@ Created 1/16/1996 Heikki Tuuri
/*************************************************************************
Checks if a data main type is a string type. Also a BLOB is considered a
string type. */
-
+UNIV_INLINE
ibool
dtype_is_string_type(
/*=================*/
@@ -149,6 +149,7 @@ dtype_get_charset_coll(
/*************************************************************************
Forms a precise type from the < 4.1.2 format precise type plus the
charset-collation code. */
+UNIV_INLINE
ulint
dtype_form_prtype(
/*==============*/