diff --git a/sql/sql_base.cc b/sql/sql_base.cc index eb92ed631df..53f741b94a8 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -8414,7 +8414,6 @@ int init_ftfuncs(THD *thd, SELECT_LEX *select_lex, bool no_order) DBUG_PRINT("info",("Performing FULLTEXT search")); while ((ifm=li++)) -#if MYSQL_VERSION_ID < 100213 if (unlikely(!ifm->fixed)) /* 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(); else -#endif ifm->init_search(thd, no_order); } return 0;