• unknown's avatar
    MDEV-329: MariaDB 5.5 does not use fdatasync(). · cb6109cd
    unknown authored
    The --debug-no-sync incorrectly defaulted to ON, disabling sync calls
    by default which can loose data or cause corruption. Also, the code
    used fsync() instead of the sometimes more efficient fdatasync().
    cb6109cd
mysqld.cc 273 KB