diff options
-rw-r--r-- | innobase/include/data0type.h | 2 | ||||
-rw-r--r-- | 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( |