File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -6551,7 +6551,6 @@ int spider_db_mbase_util::open_item_func(
6551
6551
}
6552
6552
break;
6553
6553
case Item_func::LIKE_FUNC:
6554
- #ifdef SPIDER_LIKE_FUNC_HAS_GET_NEGATED
6555
6554
if (str)
6556
6555
{
6557
6556
if (((Item_func_like *)item_func)->get_negated())
@@ -6567,9 +6566,6 @@ int spider_db_mbase_util::open_item_func(
6567
6566
}
6568
6567
}
6569
6568
break;
6570
- #else
6571
- DBUG_RETURN(ER_SPIDER_COND_SKIP_NUM);
6572
- #endif
6573
6569
case Item_func::CASE_SEARCHED_FUNC:
6574
6570
case Item_func::CASE_SIMPLE_FUNC:
6575
6571
#ifdef ITEM_FUNC_CASE_PARAMS_ARE_PUBLIC
Original file line number Diff line number Diff line change 27
27
#define HANDLER_HAS_CAN_USE_FOR_AUTO_INC_INIT
28
28
#define SPIDER_UPDATE_ROW_HAS_CONST_NEW_DATA
29
29
#define SPIDER_MDEV_16246
30
- #define SPIDER_LIKE_FUNC_HAS_GET_NEGATED
31
30
#define SPIDER_I_S_USE_SHOW_FOR_COLUMN
32
31
#endif /* SPD_ENVIRON_INCLUDED */
You can’t perform that action at this time.
0 commit comments