Commit 83290da1 authored by unknown's avatar unknown

Merge mariadb-5.1

parents c558b3e0 21a195dd
...@@ -2874,7 +2874,7 @@ static my_bool write_block_record(MARIA_HA *info, ...@@ -2874,7 +2874,7 @@ static my_bool write_block_record(MARIA_HA *info,
if (cur_block->used & BLOCKUSED_TAIL) if (cur_block->used & BLOCKUSED_TAIL)
{ {
DBUG_ASSERT(data_length < MAX_TAIL_SIZE(block_size)); 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; cur_block->used|= BLOCKUSED_USED;
head_tail_block= cur_block; 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