Commit 88166fe3 authored by unknown's avatar unknown

ndb -

  Fix ndb_condition_pushdown (5.0->5.1 merge error)


storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
  Fix ndb_condition_pushdown
parent 6beb5cfa
......@@ -1677,7 +1677,9 @@ int Dbtup::interpreterStartLab(Signal* signal,
RlogSize= TnoDataRW;
} else {
jam();
tupkeyErrorLab(signal);
/**
* TUPKEY REF is sent from within interpreter
*/
return -1;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment