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
643fd51d
Commit
643fd51d
authored
May 31, 2022
by
Hirokazu Hata
Committed by
GitHub
May 31, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-28365 Spider: remove #ifdef SPIDER_ITEM_HAS_CMP_TYPE
Reviewed by: Nayuta Yanagisawa
parent
081a2847
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
storage/spider/spd_db_conn.cc
storage/spider/spd_db_conn.cc
+0
-2
storage/spider/spd_db_include.h
storage/spider/spd_db_include.h
+0
-1
No files found.
storage/spider/spd_db_conn.cc
View file @
643fd51d
...
...
@@ -8560,12 +8560,10 @@ int spider_db_open_item_int(
thd
->
variables
.
time_zone
=
UTC
;
print_quoted_string
=
TRUE
;
}
else
{
#ifdef SPIDER_ITEM_HAS_CMP_TYPE
DBUG_PRINT
(
"info"
,(
"spider cmp_type=%u"
,
item
->
cmp_type
()));
if
(
item
->
cmp_type
()
==
TIME_RESULT
)
print_quoted_string
=
TRUE
;
else
#endif
print_quoted_string
=
FALSE
;
}
...
...
storage/spider/spd_db_include.h
View file @
643fd51d
...
...
@@ -34,7 +34,6 @@
#define SPIDER_HAS_SHOW_SIMPLE_FUNC
#define SPIDER_HAS_JT_HASH_INDEX_MERGE
#define SPIDER_HAS_EXPR_CACHE_ITEM
#define SPIDER_ITEM_HAS_CMP_TYPE
#define SPIDER_HAS_TIME_STATUS
#define SPIDER_HAS_DECIMAL_OPERATION_RESULTS_VALUE_TYPE
#define SPIDER_ITEM_STRING_WITHOUT_SET_STR_WITH_COPY
...
...
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