summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mysys/hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/hash.c b/mysys/hash.c
index 48ac122fa34..9c1957bf0aa 100644
--- a/mysys/hash.c
+++ b/mysys/hash.c
@@ -334,7 +334,6 @@ my_bool my_hash_insert(HASH *info, const uchar *record)
size_t idx,halfbuff,hash_nr,first_index;
uchar *UNINIT_VAR(ptr_to_rec),*UNINIT_VAR(ptr_to_rec2);
HASH_LINK *data,*empty,*UNINIT_VAR(gpos),*UNINIT_VAR(gpos2),*pos;
- DBUG_EXECUTE("fail_hash_insert",return(TRUE););
if (HASH_UNIQUE & info->flags)
{