mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Merge perch.ndb.mysql.com:/home/jonas/src/41-work
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/kernel/blocks/ERROR_codes.txt: Auto merged ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged ndb/src/ndbapi/NdbImpl.hpp: Auto merged ndb/src/ndbapi/NdbRecAttr.cpp: Auto merged ndb/src/ndbapi/ndb_cluster_connection.cpp: Auto merged
This commit is contained in:
commit
979c824e12
2 changed files with 12 additions and 1 deletions
|
@ -3,7 +3,7 @@ Next NDBCNTR 1000
|
|||
Next NDBFS 2000
|
||||
Next DBACC 3002
|
||||
Next DBTUP 4013
|
||||
Next DBLQH 5042
|
||||
Next DBLQH 5043
|
||||
Next DBDICT 6007
|
||||
Next DBDIH 7174
|
||||
Next DBTC 8037
|
||||
|
@ -314,6 +314,8 @@ LQH:
|
|||
5026 Crash when receiving COPY_ACTIVEREQ
|
||||
5027 Crash when receiving STAT_RECREQ
|
||||
|
||||
5042 Crash starting node, when scan is finished on primary replica
|
||||
|
||||
Test Crashes in handling take over
|
||||
----------------------------------
|
||||
|
||||
|
|
|
@ -9264,6 +9264,15 @@ void Dblqh::nextScanConfCopyLab(Signal* signal)
|
|||
// completion. Signal completion through scanCompletedStatus-flag.
|
||||
/*---------------------------------------------------------------------------*/
|
||||
scanptr.p->scanCompletedStatus = ZTRUE;
|
||||
scanptr.p->scanState = ScanRecord::WAIT_LQHKEY_COPY;
|
||||
if (ERROR_INSERTED(5042))
|
||||
{
|
||||
CLEAR_ERROR_INSERT_VALUE;
|
||||
tcConnectptr.p->copyCountWords = ~0;
|
||||
signal->theData[0] = 9999;
|
||||
sendSignal(numberToRef(CMVMI, scanptr.p->scanNodeId),
|
||||
GSN_NDB_TAMPER, signal, 1, JBA);
|
||||
}
|
||||
return;
|
||||
}//if
|
||||
|
||||
|
|
Loading…
Reference in a new issue