1
0
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:
monty@narttu.mysql.fi
2003-05-19 16:35:49 +03:00
317 changed files with 6662 additions and 3466 deletions

View File

@ -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);
}
}