mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
no separate 10.2 fix for MDEV-14743 at this point in time
this fixes the crash of main.fulltest
This commit is contained in:
@ -8414,7 +8414,6 @@ int init_ftfuncs(THD *thd, SELECT_LEX *select_lex, bool no_order)
|
|||||||
DBUG_PRINT("info",("Performing FULLTEXT search"));
|
DBUG_PRINT("info",("Performing FULLTEXT search"));
|
||||||
|
|
||||||
while ((ifm=li++))
|
while ((ifm=li++))
|
||||||
#if MYSQL_VERSION_ID < 100213
|
|
||||||
if (unlikely(!ifm->fixed))
|
if (unlikely(!ifm->fixed))
|
||||||
/*
|
/*
|
||||||
it mean that clause where was FT function was removed, so we have
|
it mean that clause where was FT function was removed, so we have
|
||||||
@ -8422,7 +8421,6 @@ int init_ftfuncs(THD *thd, SELECT_LEX *select_lex, bool no_order)
|
|||||||
*/
|
*/
|
||||||
li.remove();
|
li.remove();
|
||||||
else
|
else
|
||||||
#endif
|
|
||||||
ifm->init_search(thd, no_order);
|
ifm->init_search(thd, no_order);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user