diff options
author | unknown <istruewing@chilla.local> | 2007-03-21 17:38:42 +0100 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2007-03-21 17:38:42 +0100 |
commit | 26a34b1a2e2128a728d799c20ad3ad1388790512 (patch) | |
tree | 97183e2b2c15794f7066339607bb29aa553bdf99 /storage/heap | |
parent | e3108256e7e5118cd2097f2bfbc9987018a6b8a5 (diff) | |
parent | 19630640976ebeb5dae65483d23742fdf64aba26 (diff) | |
download | mariadb-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')
-rw-r--r-- | storage/heap/hp_write.c | 1 |
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) |