1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntax

This commit is contained in:
serg@serg.mylan
2003-10-22 17:57:09 +02:00
parent 85942f14f4
commit df69309593
13 changed files with 47 additions and 56 deletions

View File

@ -341,7 +341,7 @@ static void _ftb_init_index_search(FT_INFO *ftb)
FT_INFO * ft_init_boolean_search(MI_INFO *info, uint keynr, byte *query,
uint query_len,
my_bool presort __attribute__((unused)))
uint flags __attribute__((unused)))
{
FTB *ftb;
FTB_EXPR *ftbe;