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
ba9bebd7
Commit
ba9bebd7
authored
Jun 19, 2024
by
Yuchen Pei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-28892 remove #ifdef SPIDER_Item_args_arg_count_IS_PROTECTED
arg_count was protected since 2015 in commit
afa17734
parent
05fafaf8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
storage/spider/spd_db_oracle.cc
storage/spider/spd_db_oracle.cc
+0
-4
storage/spider/spd_include.h
storage/spider/spd_include.h
+0
-2
No files found.
storage/spider/spd_db_oracle.cc
View file @
ba9bebd7
...
...
@@ -3092,11 +3092,7 @@ int spider_db_oracle_util::open_item_func(
{
if
(
!
strncasecmp
(
"rand"
,
func_name
,
func_name_length
)
&&
#ifdef SPIDER_Item_args_arg_count_IS_PROTECTED
!
item_func
->
argument_count
()
#else
!
item_func
->
arg_count
#endif
)
{
if
(
str
)
str
->
length
(
str
->
length
()
-
SPIDER_SQL_OPEN_PAREN_LEN
);
...
...
storage/spider/spd_include.h
View file @
ba9bebd7
...
...
@@ -90,8 +90,6 @@
#define SPIDER_ENGINE_CONDITION_PUSHDOWN_IS_ALWAYS_ON
#define SPIDER_XID_USES_xid_cache_iterate
#define SPIDER_Item_args_arg_count_IS_PROTECTED
#define SPIDER_Item_func_conv_charset_conv_charset collation.collation
#define SPIDER_WITHOUT_HA_STATISTIC_INCREMENT
...
...
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