Commit 9480aab2 authored by unknown's avatar unknown

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

into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1-ndb
parents 3cac558f 32366f99
...@@ -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