Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
dcb780d2
Commit
dcb780d2
authored
Jun 17, 2022
by
Yusuke Abe
Committed by
GitHub
Jun 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-27808 Spider: remove #ifdef SPIDER_LIKE_FUNC_HAS_GET_NEGATED
Reviewed by: Nayuta Yanagisawa
parent
970aa411
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
storage/spider/spd_db_mysql.cc
storage/spider/spd_db_mysql.cc
+0
-4
storage/spider/spd_environ.h
storage/spider/spd_environ.h
+0
-1
No files found.
storage/spider/spd_db_mysql.cc
View file @
dcb780d2
...
...
@@ -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
...
...
storage/spider/spd_environ.h
View file @
dcb780d2
...
...
@@ -27,6 +27,5 @@
#define HANDLER_HAS_CAN_USE_FOR_AUTO_INC_INIT
#define SPIDER_UPDATE_ROW_HAS_CONST_NEW_DATA
#define SPIDER_MDEV_16246
#define SPIDER_LIKE_FUNC_HAS_GET_NEGATED
#define SPIDER_I_S_USE_SHOW_FOR_COLUMN
#endif
/* SPD_ENVIRON_INCLUDED */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment