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
df508b8d
Commit
df508b8d
authored
Feb 11, 2010
by
Andreas Kusalananda Kähäri
Browse files
Drop a $sth->finish().
parent
d66ab883
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
misc-scripts/ontology/scripts/add_subset_maps.pl
misc-scripts/ontology/scripts/add_subset_maps.pl
+0
-2
No files found.
misc-scripts/ontology/scripts/add_subset_maps.pl
View file @
df508b8d
...
...
@@ -177,8 +177,6 @@ ORDER BY child_term.accession, closure.distance;
}
}
$select_sth
->
finish
();
$dbh
->
do
(
sprintf
(
"
OPTIMIZE TABLE %s
",
$aux_table_name
)
);
$dbh
->
do
("
UNLOCK TABLES
");
...
...
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