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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
aa610703
Commit
aa610703
authored
Sep 20, 2006
by
lzhou/root@dev3-138.dev.cn.tlan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#21799 manual modify variable name.
parent
6180aada
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
storage/ndb/src/ndbapi/NdbScanOperation.cpp
storage/ndb/src/ndbapi/NdbScanOperation.cpp
+2
-2
No files found.
storage/ndb/src/ndbapi/NdbScanOperation.cpp
View file @
aa610703
...
...
@@ -525,7 +525,7 @@ int NdbScanOperation::nextResultImpl(bool fetchAllowed, bool forceSend)
int
ret_code
=
poll_guard
.
wait_scan
(
3
*
timeout
,
nodeId
,
forceSend
);
if
(
ret_code
==
0
&&
seq
==
tp
->
getNodeSequence
(
nodeId
))
{
continue
;
}
else
if
(
ret
urn
_code
==
-
1
){
}
else
if
(
ret_code
==
-
1
){
retVal
=
-
1
;
}
else
{
idx
=
last
;
...
...
@@ -1438,7 +1438,7 @@ NdbIndexScanOperation::next_result_ordered(bool fetchAllowed,
continue
;
}
if
(
DEBUG_NEXT_RESULT
)
ndbout_c
(
"return -1"
);
if
(
ret
urn
_code
==
-
1
){
if
(
ret_code
==
-
1
){
setErrorCode
(
4008
);
}
else
{
setErrorCode
(
4028
);
...
...
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