Commit 32b25cbf authored by heikki@hundin.mysql.fi's avatar heikki@hundin.mysql.fi
Browse files

os0file.c:

  SHOW INNODB STATUS always showed average bytes read as 0 in Unix
parent cc1db614
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1034,6 +1034,8 @@ os_file_read(
	ibool	retry;
	ssize_t	ret;

	os_bytes_read_since_printout += n;

try_again:
	ret = os_file_pread(file, buf, n, offset, offset_high);