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
9f499292
Commit
9f499292
authored
May 30, 2005
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug#10953 - ndb - scan read wo/ getvalue cause NF (during NR)
parent
420ae9a4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp
ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp
+3
-0
ndb/test/run-test/ndb-autotest.sh
ndb/test/run-test/ndb-autotest.sh
+1
-1
No files found.
ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp
View file @
9f499292
...
@@ -133,6 +133,9 @@ void Dbtup::sendReadAttrinfo(Signal* signal,
...
@@ -133,6 +133,9 @@ void Dbtup::sendReadAttrinfo(Signal* signal,
Uint32
ToutBufIndex
,
Uint32
ToutBufIndex
,
const
Operationrec
*
const
regOperPtr
)
const
Operationrec
*
const
regOperPtr
)
{
{
if
(
ToutBufIndex
==
0
)
return
;
const
BlockReference
recBlockref
=
regOperPtr
->
recBlockref
;
const
BlockReference
recBlockref
=
regOperPtr
->
recBlockref
;
const
Uint32
sig0
=
regOperPtr
->
tcOperationPtr
;
const
Uint32
sig0
=
regOperPtr
->
tcOperationPtr
;
const
Uint32
sig1
=
regOperPtr
->
transid1
;
const
Uint32
sig1
=
regOperPtr
->
transid1
;
...
...
ndb/test/run-test/ndb-autotest.sh
View file @
9f499292
...
@@ -76,7 +76,7 @@ fi
...
@@ -76,7 +76,7 @@ fi
# Validate that all interesting
# Validate that all interesting
# variables where set in conf
# variables where set in conf
###############################
###############################
vars
=
"target base_dir src_clone install_dir build_dir hosts configure"
vars
=
"target base_dir src_clone
_base
install_dir build_dir hosts configure"
if
[
"
$report
"
]
if
[
"
$report
"
]
then
then
vars
=
"
$vars
result_host result_path"
vars
=
"
$vars
result_host result_path"
...
...
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