Commit 32366f99 authored by unknown's avatar unknown

Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb

into mysql.com:/space/pekka/ndb/version/my41-tux
parents bd96e742 0b06f9f0
...@@ -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