Commit abfa3f0a authored by serg@serg.mylan's avatar serg@serg.mylan

missing semicolon

parent 6af8a930
...@@ -174,7 +174,7 @@ static int walk_and_push(FT_SUPERDOC *from, ...@@ -174,7 +174,7 @@ static int walk_and_push(FT_SUPERDOC *from,
{ {
DBUG_ENTER("walk_and_copy"); DBUG_ENTER("walk_and_copy");
from->doc.weight+=from->tmp_weight*from->word_ptr->weight; from->doc.weight+=from->tmp_weight*from->word_ptr->weight;
set_if_smaller(best->elements, ft_query_expansion_limit-1) set_if_smaller(best->elements, ft_query_expansion_limit-1);
queue_insert(best, (byte *)& from->doc); queue_insert(best, (byte *)& from->doc);
DBUG_RETURN(0); DBUG_RETURN(0);
} }
......
...@@ -1961,7 +1961,7 @@ int key_cache_write(KEY_CACHE *keycache, ...@@ -1961,7 +1961,7 @@ int key_cache_write(KEY_CACHE *keycache,
else if (! (block->status & BLOCK_CHANGED)) else if (! (block->status & BLOCK_CHANGED))
link_to_changed_list(keycache, block); link_to_changed_list(keycache, block);
set_if_smaller(block->offset, offset) set_if_smaller(block->offset, offset);
set_if_bigger(block->length, read_length+offset); set_if_bigger(block->length, read_length+offset);
if (! (block->status & BLOCK_ERROR)) if (! (block->status & BLOCK_ERROR))
......
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