diff options
author | istruewing@chilla.local <> | 2007-03-21 15:55:14 +0100 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-03-21 15:55:14 +0100 |
commit | 4fdafc545de8121312a60ff0cad93673ef5dee39 (patch) | |
tree | f372d969016aee0dc8a6b78e859d80baa9e48131 /heap | |
parent | 81c086a6e55ffc4d6d3a8c42d77eb40943783a38 (diff) | |
parent | 344f33bb89d60f83e7ec7fdc2275f88dc9468523 (diff) | |
download | mariadb-git-4fdafc545de8121312a60ff0cad93673ef5dee39.tar.gz |
Merge chilla.local:/home/mydev/mysql-4.1-bug26996
into chilla.local:/home/mydev/mysql-5.0-bug26996
Diffstat (limited to 'heap')
-rw-r--r-- | heap/hp_write.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/heap/hp_write.c b/heap/hp_write.c index 8a392d54c51..1d27306c704 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) |