From 2b5020e127b9f69f68dd17508176440ac35d9e24 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 20 Feb 2004 09:50:33 +0200 Subject: [PATCH] data0type.ic, data0type.h: Fix a typo in a comment innobase/include/data0type.h: Fix a typo in a comment innobase/include/data0type.ic: Fix a typo in a comment --- innobase/include/data0type.h | 2 +- innobase/include/data0type.ic | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/innobase/include/data0type.h b/innobase/include/data0type.h index 0b8d77ee542..b01a1be95f2 100644 --- a/innobase/include/data0type.h +++ b/innobase/include/data0type.h @@ -154,7 +154,7 @@ dtype_is_binary_string_type( 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 FALSE. */ +For those DATA_BLOB columns this function currently returns TRUE. */ UNIV_INLINE ibool diff --git a/innobase/include/data0type.ic b/innobase/include/data0type.ic index 51a1d593d4b..bba9fc07eca 100644 --- a/innobase/include/data0type.ic +++ b/innobase/include/data0type.ic @@ -54,7 +54,7 @@ dtype_is_binary_string_type( 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 FALSE. */ +For those DATA_BLOB columns this function currently returns TRUE. */ UNIV_INLINE ibool dtype_is_non_binary_string_type(