Fix compiler error on Windows.

This commit is contained in:
Jan Lindström 2014-07-25 18:45:14 +03:00
parent 56c4b016ad
commit 1f69ff4413

View File

@ -5312,7 +5312,7 @@ os_aio_windows_handle(
break;
case OS_FILE_READ:
ret_val = os_file_read(slot->file, slot->buf,
slot->offset, slot->len);
slot->offset, slot->len, slot->page_compression);
break;
default:
ut_error;