Commit bdd0f5f8 authored by joreland@mysql.com's avatar joreland@mysql.com

Merge mysql.com:/home/jonas/src/mysql-4.1

into mysql.com:/home/jonas/src/mysql-5.0
parents b4218497 48f5fae9
...@@ -5072,6 +5072,7 @@ Dbdih::invalidateNodeLCP(Signal* signal, Uint32 nodeId, TabRecordPtr tabPtr) ...@@ -5072,6 +5072,7 @@ Dbdih::invalidateNodeLCP(Signal* signal, Uint32 nodeId, TabRecordPtr tabPtr)
* And reset nextLcp * And reset nextLcp
*/ */
replicaPtr.p->nextLcp = 0; replicaPtr.p->nextLcp = 0;
replicaPtr.p->noCrashedReplicas = 0;
}//if }//if
}//for }//for
}//for }//for
......
...@@ -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;
......
...@@ -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"
......
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