Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl
Commits
d72e6230
Commit
d72e6230
authored
Oct 21, 2010
by
Andreas Kusalananda Kähäri
Browse files
More cosmetics.
parent
9df038cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
misc-scripts/production_database/scripts/push_master_tables.pl
...scripts/production_database/scripts/push_master_tables.pl
+1
-3
No files found.
misc-scripts/production_database/scripts/push_master_tables.pl
View file @
d72e6230
...
...
@@ -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
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment