diff options
author | unknown <patg@radha.local> | 2005-08-26 20:29:26 +0200 |
---|---|---|
committer | unknown <patg@radha.local> | 2005-08-26 20:29:26 +0200 |
commit | 809ea163b01c5301a06ee85eefe6d2f520821970 (patch) | |
tree | 29786a13dc976e6beb34d30b204dd1ef03ce2c21 /sql/ha_blackhole.cc | |
parent | 7b8ab0e1cff25108f3b044189db879fd39073290 (diff) | |
download | mariadb-git-809ea163b01c5301a06ee85eefe6d2f520821970.tar.gz |
typo to DBUG_RETURN fixed
sql/ha_blackhole.cc:
Typo to DBUG_RETURN fixed
Diffstat (limited to 'sql/ha_blackhole.cc')
-rw-r--r-- | sql/ha_blackhole.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_blackhole.cc b/sql/ha_blackhole.cc index d994b7d314a..b8ae92e3d10 100644 --- a/sql/ha_blackhole.cc +++ b/sql/ha_blackhole.cc @@ -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); } |