Post fix review of patch for bug#17891 Partitions: NDB, crash on select .. where col is null or col

This commit is contained in:
mskold@mysql.com 2006-03-08 08:35:34 +01:00
parent 672c50e4f0
commit ced966f215

View file

@ -373,7 +373,6 @@ NdbScanOperation::executeCursor(int nodeId){
Uint32 magic = tCon->theMagicNumber;
Uint32 seq = tCon->theNodeSequence;
m_executed= true; // Mark operation as executed
if (tp->get_node_alive(nodeId) &&
(tp->getNodeSequence(nodeId) == seq)) {
@ -390,6 +389,7 @@ NdbScanOperation::executeCursor(int nodeId){
if (doSendScan(nodeId) == -1)
return -1;
m_executed= true; // Mark operation as executed
return 0;
} else {
if (!(tp->get_node_stopping(nodeId) &&