mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-27808 Spider: remove #ifdef SPIDER_LIKE_FUNC_HAS_GET_NEGATED
Reviewed by: Nayuta Yanagisawa
This commit is contained in:
@@ -6551,7 +6551,6 @@ int spider_db_mbase_util::open_item_func(
|
||||
}
|
||||
break;
|
||||
case Item_func::LIKE_FUNC:
|
||||
#ifdef SPIDER_LIKE_FUNC_HAS_GET_NEGATED
|
||||
if (str)
|
||||
{
|
||||
if (((Item_func_like *)item_func)->get_negated())
|
||||
@@ -6567,9 +6566,6 @@ int spider_db_mbase_util::open_item_func(
|
||||
}
|
||||
}
|
||||
break;
|
||||
#else
|
||||
DBUG_RETURN(ER_SPIDER_COND_SKIP_NUM);
|
||||
#endif
|
||||
case Item_func::CASE_SEARCHED_FUNC:
|
||||
case Item_func::CASE_SIMPLE_FUNC:
|
||||
#ifdef ITEM_FUNC_CASE_PARAMS_ARE_PUBLIC
|
||||
|
Reference in New Issue
Block a user