Fixes for schemaiterator.t

This commit is contained in:
Carlos Salguero
2017-01-24 10:41:49 -03:00
parent 90fa067834
commit 0c5e273bb2
2 changed files with 20 additions and 1 deletions

View File

@@ -594,7 +594,7 @@ my $si = new SchemaIterator(
for my $db (qw( information_schema performance_schema|lost\+found percona percona_schema )) {
is(
$si->database_is_allowed($db),
0,
1,
"database is allowed: $db",
);
}