mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
Merge bk-internal:/home/bk/mysql-4.0/
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
This commit is contained in:
commit
b82f9ee8f7
1 changed files with 2 additions and 2 deletions
|
@ -242,10 +242,10 @@ static void _ftb_init_index_search(FT_INFO *ftb)
|
|||
else /* 3 */
|
||||
{
|
||||
if (!is_tree_inited(& ftb->no_dupes))
|
||||
{
|
||||
init_tree(& ftb->no_dupes,0,0,sizeof(my_off_t),
|
||||
_ftb_no_dupes_cmp,0,0,0);
|
||||
}
|
||||
else
|
||||
reset_tree(& ftb->no_dupes);
|
||||
}
|
||||
}
|
||||
r=_mi_search(info, keyinfo, (uchar*) ftbw->word, ftbw->len,
|
||||
|
|
Loading…
Reference in a new issue