summaryrefslogtreecommitdiff
path: root/sql/ha_blackhole.cc
diff options
context:
space:
mode:
authorunknown <pgalbraith@mysql.com>2005-08-29 21:22:06 +0200
committerunknown <pgalbraith@mysql.com>2005-08-29 21:22:06 +0200
commit358c7f336b0e7cc54bd43fe2706396dcfb4c254d (patch)
treefc0902cd911d289ef9dd6632d9a73a29ca200ae1 /sql/ha_blackhole.cc
parent36fcc9c6375bf39b32f7f228e3c9ddb4b4538b71 (diff)
downloadmariadb-git-358c7f336b0e7cc54bd43fe2706396dcfb4c254d.tar.gz
ha_blackhole.cc:
Added missing DBUG enter, compiled and tested on production with debug-max build (my regular build missed the previous errors friday) Changeset: Added missing DBUG_ENTER, compiled and tested on production with debug-max build! sql/ha_blackhole.cc: Added missing DBUG enter, compiled and tested on production with debug-max build (my regular build missed the previous errors friday) C
Diffstat (limited to 'sql/ha_blackhole.cc')
-rw-r--r--sql/ha_blackhole.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_blackhole.cc b/sql/ha_blackhole.cc
index b8ae92e3d10..ccfbadf6a91 100644
--- a/sql/ha_blackhole.cc
+++ b/sql/ha_blackhole.cc
@@ -133,6 +133,7 @@ THR_LOCK_DATA **ha_blackhole::store_lock(THD *thd,
THR_LOCK_DATA **to,
enum thr_lock_type lock_type)
{
+ DBUG_ENTER("ha_blackhole::store_lock");
DBUG_RETURN(to);
}