Issue #121: removing lost+found from dblist to explore
This commit is contained in:
parent
3ac9035996
commit
37fbf86180
1 changed files with 2 additions and 1 deletions
|
@ -1600,7 +1600,8 @@ sub check_storage_engines {
|
||||||
chomp($db);
|
chomp($db);
|
||||||
if ( $db eq "information_schema"
|
if ( $db eq "information_schema"
|
||||||
or $db eq "performance_schema"
|
or $db eq "performance_schema"
|
||||||
or $db eq "mysql" )
|
or $db eq "mysql"
|
||||||
|
or $db eq "lost+found" )
|
||||||
{
|
{
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue