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