• Vladislav Vaintroub's avatar
    Innodb : Refactor os_file_set_size() to be compatible 10.1 · b731a5bc
    Vladislav Vaintroub authored
    The last parameter to this function is now,"bool is_sparse", like in 10.1
    rather than the  unused/useless "bool is_readonly", merged from MySQL 5.7
    
    Like in 10.1, this function now supports sparse files, and efficient
    platform specific mechanisms for file extension
    
    os_file_set_size() is now consistenly used in all places where
    innodb files are extended.
    b731a5bc
srv0start.cc 79.8 KB