• Addison G's avatar
    MDEV-29222 - Fix mysqld_safe script · b8f6d315
    Addison G authored
    The mysqld_safe script was using bad grep options.
    
    The line that was fixed was likely meant to be 2 separate grep commands,
    piped into each other, with each one removing any lines that matched.
    
    The `-E` option was unneeded, as the command is not using regex.
    b8f6d315
CMakeLists.txt 13.7 KB