• Vladislav Vaintroub's avatar
    MDEV-20825 : Innodb does not start if GetDiskFreeSpace() fails. · 2d82ae5b
    Vladislav Vaintroub authored
    Ignore GetDiskFreeSpace() errors in os_file_get_status_win32
    The call is only used to calculate filesystem block size, and this in
    turn is only  shown in information_schema.sys_tablespaces.FS_BLOCK_SIZE.
    There is no other use of this field, it does not affect any Innodb
    functionality
    2d82ae5b
os0file.cc 179 KB