mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
missing semicolon
This commit is contained in:
parent
017efd2124
commit
fa441ed085
2 changed files with 2 additions and 2 deletions
|
|
@ -174,7 +174,7 @@ static int walk_and_push(FT_SUPERDOC *from,
|
|||
{
|
||||
DBUG_ENTER("walk_and_copy");
|
||||
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);
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue