Commit 9f499292 authored by joreland@mysql.com's avatar joreland@mysql.com

bug#10953 - ndb - scan read wo/ getvalue cause NF (during NR)

parent 420ae9a4
......@@ -133,6 +133,9 @@ void Dbtup::sendReadAttrinfo(Signal* signal,
Uint32 ToutBufIndex,
const Operationrec * const regOperPtr)
{
if(ToutBufIndex == 0)
return;
const BlockReference recBlockref = regOperPtr->recBlockref;
const Uint32 sig0 = regOperPtr->tcOperationPtr;
const Uint32 sig1 = regOperPtr->transid1;
......
......@@ -76,7 +76,7 @@ fi
# Validate that all interesting
# 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" ]
then
vars="$vars result_host result_path"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment