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.
Showing
This diff is collapsed.
Please register or sign in to comment