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
08c90679
Commit
08c90679
authored
May 07, 2007
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile error with some compilers
parent
5f9d1cf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp
storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp
+9
-7
No files found.
storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp
View file @
08c90679
...
...
@@ -1532,15 +1532,17 @@ int Dbtup::handleDeleteReq(Signal* signal,
if
(
regTabPtr
->
need_expand
(
disk
))
prepare_read
(
req_struct
,
regTabPtr
,
disk
);
Uint32
RlogSize
;
int
ret
=
handleReadReq
(
signal
,
regOperPtr
,
regTabPtr
,
req_struct
);
if
(
ret
==
0
&&
(
RlogSize
=
req_struct
->
log_size
))
{
jam
();
sendLogAttrinfo
(
signal
,
RlogSize
,
regOperPtr
);
Uint32
RlogSize
;
int
ret
=
handleReadReq
(
signal
,
regOperPtr
,
regTabPtr
,
req_struct
);
if
(
ret
==
0
&&
(
RlogSize
=
req_struct
->
log_size
))
{
jam
();
sendLogAttrinfo
(
signal
,
RlogSize
,
regOperPtr
);
}
return
ret
;
}
return
ret
;
error:
tupkeyErrorLab
(
signal
);
return
-
1
;
...
...
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