diff options
author | heikki@hundin.mysql.fi <> | 2004-02-20 09:50:33 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2004-02-20 09:50:33 +0200 |
commit | 6417abbe949e03d4a3a755f40c5734851ce4240c (patch) | |
tree | 80f751292104e9fadbb86ff28fa899f4ed85a764 /innobase/include | |
parent | f8b4732a5edccdf71eb65093c8bb6ec028176fec (diff) | |
download | mariadb-git-6417abbe949e03d4a3a755f40c5734851ce4240c.tar.gz |
data0type.ic, data0type.h:
Fix a typo in a comment
Diffstat (limited to 'innobase/include')
-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( |