diff options
author | patg@radha.local <> | 2005-08-26 20:29:26 +0200 |
---|---|---|
committer | patg@radha.local <> | 2005-08-26 20:29:26 +0200 |
commit | 69114941cdc6b68e63772a537016cf5ee5c783a3 (patch) | |
tree | 29786a13dc976e6beb34d30b204dd1ef03ce2c21 /sql/ha_blackhole.cc | |
parent | 6b4baf48a503e86e065c8ced36a0e50103be919b (diff) | |
download | mariadb-git-69114941cdc6b68e63772a537016cf5ee5c783a3.tar.gz |
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); } |