summaryrefslogtreecommitdiff
path: root/storage/heap
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
commit38fda6ad3431701b816af6ffa3f30a354ceb3b53 (patch)
tree97183e2b2c15794f7066339607bb29aa553bdf99 /storage/heap
parent32b57ad473e917722e80947501d1a4c570e878cf (diff)
parent38dde8527049a9b1c64872bdcc2f9c8ec9b7ff6f (diff)
downloadmariadb-git-38fda6ad3431701b816af6ffa3f30a354ceb3b53.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')
-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)