mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
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
This commit is contained in:
@ -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
|
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.
|
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. */
|
For those DATA_BLOB columns this function currently returns TRUE. */
|
||||||
|
|
||||||
UNIV_INLINE
|
UNIV_INLINE
|
||||||
ibool
|
ibool
|
||||||
dtype_is_non_binary_string_type(
|
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
|
Forms a precise type from the < 4.1.2 format precise type plus the
|
||||||
charset-collation code. */
|
charset-collation code. */
|
||||||
|
UNIV_INLINE
|
||||||
ulint
|
ulint
|
||||||
dtype_form_prtype(
|
dtype_form_prtype(
|
||||||
/*==============*/
|
/*==============*/
|
||||||
|
@ -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
|
Checks if a data main type is a string type. Also a BLOB is considered a
|
||||||
string type. */
|
string type. */
|
||||||
|
UNIV_INLINE
|
||||||
ibool
|
ibool
|
||||||
dtype_is_string_type(
|
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
|
Forms a precise type from the < 4.1.2 format precise type plus the
|
||||||
charset-collation code. */
|
charset-collation code. */
|
||||||
|
UNIV_INLINE
|
||||||
ulint
|
ulint
|
||||||
dtype_form_prtype(
|
dtype_form_prtype(
|
||||||
/*==============*/
|
/*==============*/
|
||||||
|
Reference in New Issue
Block a user