diff options
Diffstat (limited to 'myisam/mi_cache.c')
-rw-r--r-- | myisam/mi_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_cache.c b/myisam/mi_cache.c index 7b53f3d50ff..462e48b3532 100644 --- a/myisam/mi_cache.c +++ b/myisam/mi_cache.c @@ -73,7 +73,7 @@ int _mi_read_cache(IO_CACHE *info, byte *buff, my_off_t pos, uint length, if (flag & READING_NEXT || info->share) { if (pos != (info->pos_in_file + - (uint) (info->rc_end - info->rc_request_pos))) + (uint) (info->read_end - info->request_pos))) { info->pos_in_file=pos; /* Force start here */ info->read_pos=info->read_end=info->request_pos; /* Everything used */ |