mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Merge perch.ndb.mysql.com:/home/jonas/src/51-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
This commit is contained in:
commit
c4163365a6
1 changed files with 3 additions and 1 deletions
|
@ -2831,7 +2831,9 @@ Dbdih::nr_start_fragments(Signal* signal,
|
|||
return;
|
||||
}//if
|
||||
ptrAss(tabPtr, tabRecord);
|
||||
if (tabPtr.p->tabStatus != TabRecord::TS_ACTIVE){
|
||||
if (tabPtr.p->tabStatus != TabRecord::TS_ACTIVE ||
|
||||
tabPtr.p->tabStorage != TabRecord::ST_NORMAL)
|
||||
{
|
||||
jam();
|
||||
takeOverPtr.p->toCurrentFragid = 0;
|
||||
takeOverPtr.p->toCurrentTabref++;
|
||||
|
|
Loading…
Reference in a new issue