Skip to content
Snippets Groups Projects
Commit d72e6230 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

More cosmetics.

parent 9df038cc
No related branches found
No related tags found
No related merge requests found
......@@ -161,10 +161,7 @@ my @tables =
( 'attrib_type', 'external_db', 'misc_set', 'unmapped_reason' );
my @dbtypes = ( 'core', 'otherfeatures', 'cdna', 'vega' );
my @db_handles;
my %master;
{
my $dsn = sprintf( "DBI:mysql:host=%s;port=%d", $master, $dbport );
my $dbh =
......@@ -179,6 +176,7 @@ my %master;
}
}
my @db_handles;
foreach my $server (@servers) {
my $dsn = sprintf( "DBI:mysql:host=%s;port=%d", $server, $dbport );
my $dbh =
......
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