• unknown's avatar
    MDEV-329: MariaDB 5.5 does not use fdatasync(). · 134b56dc
    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().
    134b56dc
mysqld.cc 273 KB