1
0
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:
unknown 2005-08-30 02:46:03 +02:00
parent 358c7f336b
commit 40cfe1e9cd

View File

@ -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);
}