Missing result handling in bug fix for bug#3912

This commit is contained in:
unknown 2004-08-10 15:04:40 +02:00
parent af0f14ded4
commit 9e93c0acff

View file

@ -880,7 +880,7 @@ Ndb::opTupleIdOnNdb(Uint32 aTableId, Uint64 opValue, Uint32 op)
tOperation->def_label(0);
tOperation->interpret_exit_nok(9999);
if (tConnection->execute( Commit ) == -1 )
if ( (result = tConnection->execute( Commit )) == -1 )
goto error_handler;
if (result == 9999)