1
0
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:
unknown
2004-02-20 09:50:33 +02:00
parent 51a6b4f47a
commit 2b5020e127
2 changed files with 2 additions and 2 deletions

View File

@ -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