mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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
This commit is contained in:
@ -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(
|
|||||||
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(
|
||||||
|
Reference in New Issue
Block a user