Commit 88166fe3 authored by unknown's avatar unknown
Browse files

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
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1677,7 +1677,9 @@ int Dbtup::interpreterStartLab(Signal* signal,
	RlogSize= TnoDataRW;
      } else {
	jam();
	tupkeyErrorLab(signal);
	/**
	 * TUPKEY REF is sent from within interpreter
	 */
	return -1;
      }
    }