summaryrefslogtreecommitdiff
path: root/heap
diff options
context:
space:
mode:
authorsvoj@april.(none) <>2006-05-24 15:19:48 +0500
committersvoj@april.(none) <>2006-05-24 15:19:48 +0500
commit73ae726d6011fd13cc5f9f054bbca04c532b9eac (patch)
tree51df5a1451028b01b02b75fa4621a621748e6816 /heap
parent0674c702b0c082064c0598ac96f6c53c8e209645 (diff)
parent32a07617bc423f5c55166368fad0d9f596e00764 (diff)
downloadmariadb-git-73ae726d6011fd13cc5f9f054bbca04c532b9eac.tar.gz
Merge april.(none):/home/svoj/devel/mysql/BUG12873/mysql-5.0
into april.(none):/home/svoj/devel/mysql/BUG17001/mysql-5.0
Diffstat (limited to 'heap')
-rw-r--r--heap/hp_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/hp_write.c b/heap/hp_write.c
index a60d32eecb6..bc94e3bfae4 100644
--- a/heap/hp_write.c
+++ b/heap/hp_write.c
@@ -105,7 +105,7 @@ int hp_rb_write_key(HP_INFO *info, HP_KEYDEF *keyinfo, const byte *record,
custom_arg.key_length= hp_rb_make_key(keyinfo, info->recbuf, record, recpos);
if (keyinfo->flag & HA_NOSAME)
{
- custom_arg.search_flag= SEARCH_FIND | SEARCH_SAME | SEARCH_UPDATE;
+ custom_arg.search_flag= SEARCH_FIND | SEARCH_UPDATE;
keyinfo->rb_tree.flag= TREE_NO_DUPS;
}
else