mariadb/storage/xtradb/os
Marko Mäkelä e0a0fe7d81 MDEV-12396 IMPORT TABLESPACE: Do not retry partial reads
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.
2018-03-20 15:31:39 +02:00
..
os0file.cc MDEV-12396 IMPORT TABLESPACE: Do not retry partial reads 2018-03-20 15:31:39 +02:00
os0proc.cc 5.6.27-76.0 2015-12-13 10:13:18 +01:00
os0stacktrace.cc 5.5 merge 2014-09-16 14:03:17 +02:00
os0sync.cc Remove unnecessary semicolon 2016-08-01 12:13:14 +09:00
os0thread.cc Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00