Commit 95eb3715 authored by unknown's avatar unknown
Browse files

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

parent 8abdb541
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) &&