Commit a8776ca5 authored by unknown's avatar unknown

Additional fix for bug#4650

parent 8e8a93df
...@@ -8504,9 +8504,9 @@ void Dbtc::execSCAN_TABREQ(Signal* signal) ...@@ -8504,9 +8504,9 @@ void Dbtc::execSCAN_TABREQ(Signal* signal)
jam(); jam();
if (buddyApiPtr.p->apiConnectstate == CS_ABORTING) { if (buddyApiPtr.p->apiConnectstate == CS_ABORTING) {
// transaction has timed out // transaction has been aborted
jam(); jam();
errCode = ZTIME_OUT_ERROR; errCode = buddyApiPtr.p->returncode;
goto SCAN_TAB_error; goto SCAN_TAB_error;
}//if }//if
currSavePointId = buddyApiPtr.p->currSavePointId; currSavePointId = buddyApiPtr.p->currSavePointId;
......
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