Browse Source

Updated comment

pull/843/head
Michael Widenius 17 years ago
parent
commit
92b2b45e4f
  1. 2
      storage/maria/ma_blockrec.c

2
storage/maria/ma_blockrec.c

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

Loading…
Cancel
Save