Commit 80b48aea authored by kostja@bodhi.(none)'s avatar kostja@bodhi.(none)

Fix a compilation warning.

parent 64c5f996
......@@ -624,7 +624,6 @@ public:
int ha_external_lock(THD *thd, int lock_type)
{
int rc;
DBUG_ENTER("ha_external_lock");
locked= lock_type != F_UNLCK;
DBUG_RETURN(external_lock(thd, lock_type));
......
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