mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
Post fix review of patch for bug#17891 Partitions: NDB, crash on select .. where col is null or col
This commit is contained in:
parent
672c50e4f0
commit
ced966f215
1 changed files with 1 additions and 1 deletions
|
@ -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) &&
|
||||
|
|
Loading…
Add table
Reference in a new issue