diff options
author | thek@kpdesk.mysql.com <> | 2007-01-09 12:28:46 +0100 |
---|---|---|
committer | thek@kpdesk.mysql.com <> | 2007-01-09 12:28:46 +0100 |
commit | 090699345776cd31d3ee004d539fd181766ea084 (patch) | |
tree | 2e6d4c4760eff28884c17effe4658cb4d54faf13 /mysys/mf_iocache.c | |
parent | 689a32385ae0857aa52e77c693f3212b5eb01734 (diff) | |
download | mariadb-git-090699345776cd31d3ee004d539fd181766ea084.tar.gz |
Cset exclude: thek@kpdesk.mysql.com|ChangeSet|20061106104152|07628
Diffstat (limited to 'mysys/mf_iocache.c')
-rw-r--r-- | mysys/mf_iocache.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mysys/mf_iocache.c b/mysys/mf_iocache.c index 5f0069d9bed..a7937da0cc2 100644 --- a/mysys/mf_iocache.c +++ b/mysys/mf_iocache.c @@ -313,11 +313,7 @@ my_bool reinit_io_cache(IO_CACHE *info, enum cache_type type, if (info->type == READ_CACHE) { info->write_end=info->write_buffer+info->buffer_length; - /* - Trigger a new seek only if we have a valid - file handle. - */ - info->seek_not_done= (info->file >= 0); + info->seek_not_done=1; } info->end_of_file = ~(my_off_t) 0; } |