Commit 7c49eb21 authored by mskold@mysql.com's avatar mskold@mysql.com

Additional fix for bug#4650

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