mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
e0a0fe7d81
fil_iterate(), fil_tablespace_iterate(): Replace os_file_read() with os_file_read_no_error_handling(). os_file_read_func(), os_file_read_no_error_handling_func(): Do not retry partial reads. There used to be an infinite amount of retries. Because InnoDB extends both data and log files upfront, partial reads should be impossible during normal operation. |
||
---|---|---|
.. | ||
os0file.cc | ||
os0proc.cc | ||
os0stacktrace.cc | ||
os0sync.cc | ||
os0thread.cc |