• Julius Goryavsky's avatar
    MDEV-24903: mariabackup SST fails while adding --log-bin in startup command · a74fa579
    Julius Goryavsky authored
    Mariabackup SST fails if "--log-bin" option is added with no value
    to command line parameters at server startup. This is because the SST
    scripts do not correctly interpret the "--- log-bin" option without a
    value. This patch adds correct handling of the "--log-bin" parameter
    without value to the general part of the parameter parsing (for SST
    scripts) and fixes the problem. Also added a test that checks the
    correct operation of the server after the fix.
    a74fa579
galera_log_bin_opt.result 3.1 KB