Merge perch.ndb.mysql.com:/home/jonas/src/50-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
This commit is contained in:
commit
d19c93e900
@ -10184,6 +10184,15 @@ Dbdict::checkDictLockQueue(Signal* signal, bool poll)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (c_blockState != BS_IDLE)
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* If state is BS_NODE_FAILURE, it might be that no op is running
|
||||||
|
*/
|
||||||
|
jam();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
ndbrequire(c_blockState == BS_IDLE);
|
ndbrequire(c_blockState == BS_IDLE);
|
||||||
lockPtr.p->locked = true;
|
lockPtr.p->locked = true;
|
||||||
c_blockState = lockPtr.p->lt->blockState;
|
c_blockState = lockPtr.p->lt->blockState;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user