diff options
author | unknown <istruewing@chilla.local> | 2007-03-22 21:34:31 +0100 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2007-03-22 21:34:31 +0100 |
commit | cc4a0bc4ea35e152a0c3949b98c6abffd52a6155 (patch) | |
tree | 607d24af40f46b8dc2c679e2d40047347e8fc4cb /heap | |
parent | 25101100c5c3a08605fde71356d453f95da7b273 (diff) | |
parent | 19630640976ebeb5dae65483d23742fdf64aba26 (diff) | |
download | mariadb-git-cc4a0bc4ea35e152a0c3949b98c6abffd52a6155.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-engines
into chilla.local:/home/mydev/mysql-5.0-bug26996
heap/hp_write.c:
Auto merged
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 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) |