From a3e4969538e6f987c580a1f7b7064714cbdf306a Mon Sep 17 00:00:00 2001 From: Long Radix <74498097+longradix@users.noreply.github.com> Date: Mon, 27 Mar 2023 18:33:49 +0200 Subject: [PATCH] Update mysqltuner.pl --- mysqltuner.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysqltuner.pl b/mysqltuner.pl index cb5dbf0..08d94ae 100644 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -2254,6 +2254,8 @@ sub validate_mysql_version { $mysqlverminor ||= 0; $mysqlvermicro ||= 0; + prettyprint " "; + if ( mysql_version_eq(8) or mysql_version_eq( 5, 7 ) or mysql_version_eq( 10, 3 )