• Julius Goryavsky's avatar
    MDEV-26064: mariabackup SST fails when starting with --innodb-force-recovery · b9525997
    Julius Goryavsky authored
    If the server is started with the --innodb-force-recovery argument
    on the command line, then during SST this argument can be passed to
    mariabackup only at the --prepare stage, and accordingly it must be
    removed from the --mysqld-args list (and it is not should be passed
    to mariabackup otherwise).
    
    This commit fixes a flaw in the SST scripts and add a test that
    checks the ability to run the joiner node in a configuration that
    uses --innodb-force-recovery=1.
    b9525997
wsrep_sst_common.sh 44.9 KB