Commit 074cc0ff authored by unknown's avatar unknown

Fix a compilation warning.


sql/handler.h:
  Fix a warning.
parent 83fa71f4
......@@ -624,7 +624,6 @@ class handler :public Sql_alloc
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