Commit 2b5020e1 authored by unknown's avatar unknown

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
parent 51a6b4f4
...@@ -154,7 +154,7 @@ dtype_is_binary_string_type( ...@@ -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 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 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. 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 UNIV_INLINE
ibool ibool
......
...@@ -54,7 +54,7 @@ dtype_is_binary_string_type( ...@@ -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 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 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. 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 UNIV_INLINE
ibool ibool
dtype_is_non_binary_string_type( dtype_is_non_binary_string_type(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment