diff options
author | pekka@mysql.com <> | 2004-12-03 15:00:56 +0100 |
---|---|---|
committer | pekka@mysql.com <> | 2004-12-03 15:00:56 +0100 |
commit | 7f1268db2cbb9d42cf45f6a2e17f87173054c3b0 (patch) | |
tree | 62e623789adefe855fad87c83afb13ab7738b928 | |
parent | dc4f8451031a9a404610136ba6c5473b8540b80d (diff) | |
download | mariadb-git-7f1268db2cbb9d42cf45f6a2e17f87173054c3b0.tar.gz |
ndb: failed update updated tuple version. crash at DbtupTrigger.cpp 1102
-rw-r--r-- | ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp b/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp index 49de0d80bcd..8e3ca6528c2 100644 --- a/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp +++ b/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp @@ -1113,6 +1113,7 @@ Dbtup::updateStartLab(Signal* signal, regOperPtr->attrinbufLen); if (retValue == -1) { tupkeyErrorLab(signal); + return -1; }//if } else { jam(); |