mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge with 4.0.13
This commit is contained in:
@ -321,10 +321,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, NULL, NULL);
|
||||
}
|
||||
else
|
||||
reset_tree(& ftb->no_dupes);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user