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
3abbd499
Commit
3abbd499
authored
Nov 26, 2008
by
Web Admin
Browse files
patched
parent
1fa4fa52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/Bio/EnsEMBL/External/BlastAdaptor.pm
modules/Bio/EnsEMBL/External/BlastAdaptor.pm
+5
-5
No files found.
modules/Bio/EnsEMBL/External/BlastAdaptor.pm
View file @
3abbd499
...
...
@@ -280,11 +280,11 @@ sub store {
return
undef
;
}
if
(
$self
->
{'
disconnect_flag
'}
)
{
warn
"
HERE WE ARE DISCONNECTING....
";
$self
->
dbc
->
db_handle
->
disconnect
();
$self
->
dbc
->
connected
(
0
);
warn
"
AND WE ARE RECONNECTING....
";
$self
->
dbc
->
connect
();
#
warn "HERE WE ARE DISCONNECTING....";
#
$self->dbc->db_handle->disconnect();
#
$self->dbc->connected(0);
#
warn "AND WE ARE RECONNECTING....";
#
$self->dbc->connect();
}
return
$ret_value
;
}
...
...
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