Commit 78741776 authored by pekka@mysql.com's avatar pekka@mysql.com

DbtuxScan.cpp:

  fix erronous assert at scan close, lock abort
parent aa9c8e9e
...@@ -602,6 +602,8 @@ Dbtux::execACCKEYCONF(Signal* signal) ...@@ -602,6 +602,8 @@ Dbtux::execACCKEYCONF(Signal* signal)
// LQH has the ball // LQH has the ball
return; return;
} }
// lose the lock
scan.m_accLockOp = RNIL;
// continue at ACC_ABORTCONF // continue at ACC_ABORTCONF
} }
...@@ -644,6 +646,8 @@ Dbtux::execACCKEYREF(Signal* signal) ...@@ -644,6 +646,8 @@ Dbtux::execACCKEYREF(Signal* signal)
// LQH has the ball // LQH has the ball
return; return;
} }
// lose the lock
scan.m_accLockOp = RNIL;
// continue at ACC_ABORTCONF // continue at ACC_ABORTCONF
} }
......
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