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
f43ea935
Commit
f43ea935
authored
Jul 25, 2024
by
Yuchen Pei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-34636 Remove implementation of ha-spider::extra() with MERGE flags
parent
69874ee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
storage/spider/ha_spider.cc
storage/spider/ha_spider.cc
+0
-11
No files found.
storage/spider/ha_spider.cc
View file @
f43ea935
...
...
@@ -1223,7 +1223,6 @@ int ha_spider::reset()
int
ha_spider
::
extra
(
enum
ha_extra_function
operation
)
{
int
error_num
;
DBUG_ENTER
(
"ha_spider::extra"
);
DBUG_PRINT
(
"info"
,(
"spider this=%p"
,
this
));
DBUG_PRINT
(
"info"
,(
"spider operation=%d"
,
(
int
)
operation
));
...
...
@@ -1273,16 +1272,6 @@ int ha_spider::extra(
case
HA_EXTRA_INSERT_WITH_UPDATE
:
wide_handler
->
insert_with_update
=
TRUE
;
break
;
case
HA_EXTRA_ATTACH_CHILDREN
:
DBUG_PRINT
(
"info"
,(
"spider HA_EXTRA_ATTACH_CHILDREN"
));
if
(
!
(
wide_handler
->
trx
=
spider_get_trx
(
ha_thd
(),
TRUE
,
&
error_num
)))
DBUG_RETURN
(
error_num
);
break
;
case
HA_EXTRA_ADD_CHILDREN_LIST
:
DBUG_PRINT
(
"info"
,(
"spider HA_EXTRA_ADD_CHILDREN_LIST"
));
if
(
!
(
wide_handler
->
trx
=
spider_get_trx
(
ha_thd
(),
TRUE
,
&
error_num
)))
DBUG_RETURN
(
error_num
);
break
;
case
HA_EXTRA_STARTING_ORDERED_INDEX_SCAN
:
DBUG_PRINT
(
"info"
,(
"spider HA_EXTRA_STARTING_ORDERED_INDEX_SCAN"
));
if
(
table_share
->
primary_key
!=
MAX_KEY
)
...
...
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