mariadb/storage/innobase/srv
Vladislav Vaintroub 321771f89f MDEV-15895 : make Innodb merge temp tables use pfs_os_file_t for
file IO, rather than int.

On Windows, it is suboptimal to depend on C runtime, as it has limited
number of file descriptors. This change eliminates
os_file_read_no_error_handling_int_fd(), os_file_write_int_fd(),
OS_FILE_FROM_FD() macro.
2018-04-17 09:07:38 +01:00
..
srv0conc.cc Cleanup after commit ac8e3c85a4 2018-02-19 08:58:22 +02:00
srv0mon.cc Allocate lock_sys statically 2018-02-23 08:18:18 +02:00
srv0srv.cc Merge remote-tracking branch '10.2' into 10.3 2018-04-12 12:41:19 +03:00
srv0start.cc MDEV-15895 : make Innodb merge temp tables use pfs_os_file_t for 2018-04-17 09:07:38 +01:00