Skip to content
Snippets Groups Projects
Commit a24bfb61 authored by Andy Yates's avatar Andy Yates
Browse files

Missed a line break

parent df694d7b
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ if($support->param('mart')) {
}
foreach my $db (@databases) {
$support->log('Switching to '.$db);
$support->log('Switching to '.$db."\n");
$dbh->do('use '.$db);
foreach my $pattern (@patterns) {
my $ref = $dbh->selectall_arrayref('show tables like ?', {}, $pattern);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment