summaryrefslogtreecommitdiff
path: root/heap
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-21 03:38:35 +0300
committermonty@hundin.mysql.fi <>2001-09-21 03:38:35 +0300
commit5a14bb2a7ee1f5461f73004833fe7439a282de35 (patch)
treebd27d62de7286eca9070d981c59b7cc1c889d9f1 /heap
parentea0523bd719e59205cb0259a0977ae6c07a7ca00 (diff)
downloadmariadb-git-5a14bb2a7ee1f5461f73004833fe7439a282de35.tar.gz
Integrated table->ref_primary_key into table->part_of_key
Fixed bug in UNION
Diffstat (limited to 'heap')
-rw-r--r--heap/hp_write.c1
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
{