• Tatjana Azundris Nuernberg's avatar
    Bug#11764559: UMASK IS IGNORED BY ERROR LOG · b4a77561
    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).
    
    (backport)
    
    manual merge
    b4a77561
mysqld_safe.sh 24 KB