• Julius Goryavsky's avatar
    MDEV-21039: Server fails to start with unknown mysqld_safe options · bf303e82
    Julius Goryavsky authored
    Adding any unknown option to the "[mysqld_safe]" section makes
    mysqld impossible to start with mysqld_multi. For example, after
    adding the unknown option "numa_interleave" to the "[mysqld_safe]"
    section, mysqld_multi exits with the following diagnostics:
    
    [ERROR] /usr/local/mysql/bin/mysqld: unknown option '--numa_interleave'
    
    To get rid of this behavior, this patch adds the passing of the default
    group suffix from mysqld_multi to the mysqld_safe side.
    bf303e82
mysqld_multi.sh 24.1 KB