• Tatjana Azundris Nuernberg's avatar
    Bug#11764559: UMASK IS IGNORED BY ERROR LOG · 0c01aaa7
    Tatjana Azundris Nuernberg authored
    mysqld_safe script did not heed MySQL specific environment variable
    $UMASK, leading to divergent behavior between mysqld and mysqld_safe.
    
    Patch adds an approximation of mysqld's behavior to mysqld_safe,
    within the bounds dictated by attempt to have mysqld_safe run on
    even the most basic of shells (proper '70s sh, not just bash
    with a fancy symlink).
    
    Patch also adds approximation of said behavior to mysqld_multi
    (in perl).
    0c01aaa7
mysqld_safe.sh 17.7 KB