summaryrefslogtreecommitdiff
path: root/heap
diff options
context:
space:
mode:
authoristruewing@chilla.local <>2007-03-22 21:34:31 +0100
committeristruewing@chilla.local <>2007-03-22 21:34:31 +0100
commita009d2dd6fb48ab4c2a4c6ecae3bf7f7c0154f53 (patch)
tree607d24af40f46b8dc2c679e2d40047347e8fc4cb /heap
parent10b8a8bce5656109463e43417b974ac9d8758b00 (diff)
parent4fdafc545de8121312a60ff0cad93673ef5dee39 (diff)
downloadmariadb-git-a009d2dd6fb48ab4c2a4c6ecae3bf7f7c0154f53.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-engines
into chilla.local:/home/mydev/mysql-5.0-bug26996
Diffstat (limited to 'heap')
-rw-r--r--heap/hp_write.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/heap/hp_write.c b/heap/hp_write.c
index 86e79c9d7ec..19215fcf017 100644
--- a/heap/hp_write.c
+++ b/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)