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:
@ -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;
|
||||
|
Reference in New Issue
Block a user