Commit 16235325 authored by pgalbraith@mysql.com's avatar pgalbraith@mysql.com

ha_blackhole.cc:

  Found one more missing DBUG_ENTER. compile-pentium-debug-max does not enable blackhole on 4.1!
parent 9f45c8f2
......@@ -126,6 +126,7 @@ int ha_blackhole::external_lock(THD *thd, int lock_type)
uint ha_blackhole::lock_count(void) const
{
DBUG_ENTER("ha_blackhole::lock_count");
DBUG_RETURN(0);
}
......
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