summaryrefslogtreecommitdiff
path: root/storage/heap/hp_write.c
diff options
context:
space:
mode:
authorunknown <istruewing@chilla.local>2007-03-21 17:38:42 +0100
committerunknown <istruewing@chilla.local>2007-03-21 17:38:42 +0100
commit26a34b1a2e2128a728d799c20ad3ad1388790512 (patch)
tree97183e2b2c15794f7066339607bb29aa553bdf99 /storage/heap/hp_write.c
parente3108256e7e5118cd2097f2bfbc9987018a6b8a5 (diff)
parent19630640976ebeb5dae65483d23742fdf64aba26 (diff)
downloadmariadb-git-26a34b1a2e2128a728d799c20ad3ad1388790512.tar.gz
Merge chilla.local:/home/mydev/mysql-5.0-bug26996
into chilla.local:/home/mydev/mysql-5.1-bug26996 mysql-test/r/heap_btree.result: Auto merged mysql-test/t/heap_btree.test: Auto merged storage/heap/hp_write.c: Auto merged
Diffstat (limited to 'storage/heap/hp_write.c')
-rw-r--r--storage/heap/hp_write.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/heap/hp_write.c b/storage/heap/hp_write.c
index 86e79c9d7ec..19215fcf017 100644
--- a/storage/heap/hp_write.c
+++ b/storage/heap/hp_write.c
@@ -105,7 +105,6 @@ int hp_rb_write_key(HP_INFO *info, HP_KEYDEF *keyinfo, const byte *record,
heap_rb_param custom_arg;
uint old_allocated;
- info->last_pos= NULL; /* For heap_rnext/heap_rprev */
custom_arg.keyseg= keyinfo->seg;
custom_arg.key_length= hp_rb_make_key(keyinfo, info->recbuf, record, recpos);
if (keyinfo->flag & HA_NOSAME)