Commit 809ea163 authored by unknown's avatar unknown

typo to DBUG_RETURN fixed


sql/ha_blackhole.cc:
  Typo to DBUG_RETURN fixed
parent 7b8ab0e1
......@@ -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);
}
......
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