Commit eb6c85e7 authored by unknown's avatar unknown

Fix a compilation warning.


sql/handler.h:
  Fix a warning.
parent 151e6aba
...@@ -624,7 +624,6 @@ public: ...@@ -624,7 +624,6 @@ public:
int ha_external_lock(THD *thd, int lock_type) int ha_external_lock(THD *thd, int lock_type)
{ {
int rc;
DBUG_ENTER("ha_external_lock"); DBUG_ENTER("ha_external_lock");
locked= lock_type != F_UNLCK; locked= lock_type != F_UNLCK;
DBUG_RETURN(external_lock(thd, lock_type)); 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