summaryrefslogtreecommitdiff
path: root/innobase/include
diff options
context:
space:
mode:
authorheikki@hundin.mysql.fi <>2004-02-20 09:50:33 +0200
committerheikki@hundin.mysql.fi <>2004-02-20 09:50:33 +0200
commit6417abbe949e03d4a3a755f40c5734851ce4240c (patch)
tree80f751292104e9fadbb86ff28fa899f4ed85a764 /innobase/include
parentf8b4732a5edccdf71eb65093c8bb6ec028176fec (diff)
downloadmariadb-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.h2
-rw-r--r--innobase/include/data0type.ic2
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(