diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-02-20 09:50:33 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-02-20 09:50:33 +0200 |
commit | 2b5020e127b9f69f68dd17508176440ac35d9e24 (patch) | |
tree | 80f751292104e9fadbb86ff28fa899f4ed85a764 /innobase | |
parent | 51a6b4f47ad03031105b0f8ac810d522a804695e (diff) | |
download | mariadb-git-2b5020e127b9f69f68dd17508176440ac35d9e24.tar.gz |
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
Diffstat (limited to 'innobase')
-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( |