Commit 69114941 authored by patg@radha.local's avatar patg@radha.local

typo to DBUG_RETURN fixed

parent 6b4baf48
......@@ -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