Issue #121: removing lost+found from dblist to explore

This commit is contained in:
Jean-Marie RENOUARD 2015-09-02 14:13:49 +02:00
parent 3ac9035996
commit 37fbf86180

View file

@ -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;
}