• Vladislav Vaintroub's avatar
    Fix check_table_file_presence: · d1d8c78b
    Vladislav Vaintroub authored
    On Windows, do not attempt access() for special device names like
    CON, PRN etc. access() would return 0, this does not mean that fiile
    with this name exists.
    d1d8c78b
sql_table.cc 261 KB