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

Drop a $sth->finish().

parent d66ab883
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
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