From 37fbf86180358087f3a2fbdc5550c9a8dedaf6d2 Mon Sep 17 00:00:00 2001 From: Jean-Marie RENOUARD Date: Wed, 2 Sep 2015 14:13:49 +0200 Subject: [PATCH] Issue #121: removing lost+found from dblist to explore --- mysqltuner.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 1d19c90..433013d 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -1600,7 +1600,8 @@ sub check_storage_engines { chomp($db); if ( $db eq "information_schema" or $db eq "performance_schema" - or $db eq "mysql" ) + or $db eq "mysql" + or $db eq "lost+found" ) { next; }