Commit ae3b9048 authored by Michael Widenius's avatar Michael Widenius

Updated comment

parent c95c3c0b
......@@ -2874,7 +2874,7 @@ static my_bool write_block_record(MARIA_HA *info,
if (cur_block->used & BLOCKUSED_TAIL)
{
DBUG_ASSERT(data_length < MAX_TAIL_SIZE(block_size));
/* tail written to full tail page */
/* tail written to tail page */
cur_block->used|= BLOCKUSED_USED;
head_tail_block= cur_block;
}
......
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