Commit 809ea163 authored by unknown's avatar unknown
Browse files

typo to DBUG_RETURN fixed


sql/ha_blackhole.cc:
  Typo to DBUG_RETURN fixed
parent 7b8ab0e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ THR_LOCK_DATA **ha_blackhole::store_lock(THD *thd,
                                         THR_LOCK_DATA **to,
                                         enum thr_lock_type lock_type)
{
  DEBUG_RETURN(to);
  DBUG_RETURN(to);
}