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
a71033d4
Commit
a71033d4
authored
Oct 25, 2010
by
Andy Yates
Browse files
Missed out the call to stop the connection from disconnecting which is now present
parent
543d5959
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/Bio/EnsEMBL/Utils/SqlHelper.pm
modules/Bio/EnsEMBL/Utils/SqlHelper.pm
+1
-0
No files found.
modules/Bio/EnsEMBL/Utils/SqlHelper.pm
View file @
a71033d4
...
...
@@ -502,6 +502,7 @@ sub transaction {
my
$perform_transaction
=
$self
->
_perform_transaction_code
();
if
(
$perform_transaction
)
{
$original_dwi
=
$dbc
->
disconnect_when_inactive
();
$dbc
->
disconnect_when_inactive
(
0
);
$ac
=
$dbc
->
db_handle
()
->
{'
AutoCommit
'};
$dbc
->
db_handle
()
->
{'
AutoCommit
'}
=
0
;
$self
->
_enable_transaction
();
...
...
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