Commit c9215dc2 authored by unknown's avatar unknown

ndb: failed update updated tuple version. crash at DbtupTrigger.cpp 1102


ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
  failed update updated tuple version. crash at DbtupTrigger.cpp 1102
parent 29b3ae4d
...@@ -1113,6 +1113,7 @@ Dbtup::updateStartLab(Signal* signal, ...@@ -1113,6 +1113,7 @@ Dbtup::updateStartLab(Signal* signal,
regOperPtr->attrinbufLen); regOperPtr->attrinbufLen);
if (retValue == -1) { if (retValue == -1) {
tupkeyErrorLab(signal); tupkeyErrorLab(signal);
return -1;
}//if }//if
} else { } else {
jam(); jam();
......
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