mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +03:00
ha_blackhole.cc:
Found one more missing DBUG_ENTER. compile-pentium-debug-max does not enable blackhole on 4.1! sql/ha_blackhole.cc: Found one more missing DBUG_ENTER. compile-pentium-debug-max does not enable blackhole on 4.1!
This commit is contained in:
parent
358c7f336b
commit
40cfe1e9cd
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user