diff options
Diffstat (limited to 'heap')
-rw-r--r-- | heap/hp_write.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/heap/hp_write.c b/heap/hp_write.c index 12b5c638f78..ec81d825080 100644 --- a/heap/hp_write.c +++ b/heap/hp_write.c @@ -62,6 +62,7 @@ int heap_write(HP_INFO *info, const byte *record) info->update|=HA_STATE_AKTIV; DBUG_RETURN(0); err: + DBUG_PRINT("info",("Duplicate key: %d",key)); info->errkey= key; do { |