#184 minor fix due to error message

This commit is contained in:
root 2016-04-21 09:08:20 +02:00
parent 737628dd1b
commit 560b45894b

View file

@ -3299,7 +3299,7 @@ sub mariadb_galera {
badprint "Galera Notify command is not defined."; badprint "Galera Notify command is not defined.";
push( @adjvars, "set up parameter wsrep_notify_cmd to be notify" ); push( @adjvars, "set up parameter wsrep_notify_cmd to be notify" );
} }
if ( trim( $myvar{'wsrep_sst_method'} ) !~ "^\s*xtrabackup.*" ) { if ( trim( $myvar{'wsrep_sst_method'} ) !~ "^xtrabackup.*" ) {
badprint "Galera SST method is not xtrabackup based."; badprint "Galera SST method is not xtrabackup based.";
push( @adjvars, "set up parameter wsrep_sst_method to xtrabackup based parameter" ); push( @adjvars, "set up parameter wsrep_sst_method to xtrabackup based parameter" );
} }