mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
Merge mysql.com:/home/jonas/src/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0-ndb
This commit is contained in:
commit
74ffba0c75
3 changed files with 5 additions and 1 deletions
|
@ -5072,6 +5072,7 @@ Dbdih::invalidateNodeLCP(Signal* signal, Uint32 nodeId, TabRecordPtr tabPtr)
|
|||
* And reset nextLcp
|
||||
*/
|
||||
replicaPtr.p->nextLcp = 0;
|
||||
replicaPtr.p->noCrashedReplicas = 0;
|
||||
}//if
|
||||
}//for
|
||||
}//for
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue