• Daniel Black's avatar
    MDEV-26601: mysys - O_TMPFILE ^ O_CREAT · adaf0dde
    Daniel Black authored
    Thanks to Fabian Vogt for noticing the mutual exclusions
    of these open flags on tmpfs caused by mariadb opening it
    incorrectly.
    
    As such we clear the O_CREAT flag while opening it as O_TMPFILE.
    adaf0dde
mf_tempfile.c 5.39 KB