From 9b3549a92c2694d273855ed23167a0fac99c9f56 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Apr 2016 23:19:36 +0200 Subject: [PATCH] #184 minor fix xtrabackup is the good alternative --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index f21e016..c8759c7 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -3302,7 +3302,7 @@ sub mariadb_galera { push( @adjvars, "set up parameter wsrep_sst_method to xtrabackup based parameter" ); } else { - badprint "SST Method is based on xtrabackup."; + goodprint "SST Method is based on xtrabackup."; } if ( trim( $myvar{'wsrep_OSU_method'} ) eq "TOI" ) { goodprint "TOI is default mode for upgrade.";