summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2020-07-09 08:54:59 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2020-07-09 08:54:59 +0200
commita759f9af51b2093502d3a06c0150e9aa7fc21068 (patch)
tree06d7fd858e65190e4faf539737c3d4222f1b81bc
parent253aa7bbc4dda77427f6b1bf47620db36ada75b9 (diff)
downloadmariadb-git-a759f9af51b2093502d3a06c0150e9aa7fc21068.tar.gz
Fix typo in the comment (and old info)
-rw-r--r--sql/field.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/field.cc b/sql/field.cc
index 1ea7b30f85d..65bd9d22857 100644
--- a/sql/field.cc
+++ b/sql/field.cc
@@ -70,7 +70,7 @@ const char field_separator=',';
#define BLOB_PACK_LENGTH_TO_MAX_LENGH(arg) \
((ulong) ((1LL << MY_MIN(arg, 4) * 8) - 1))
-// Column marked for read or the field set to read out or record[0] or [1]
+// Column marked for read or the field set to read out of record[0]
#define ASSERT_COLUMN_MARKED_FOR_READ \
DBUG_ASSERT(!table || \
(!table->read_set || \