projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f11383c
)
that was stupid
Brandon L. Black [Sun, 23 Jul 2006 15:49:14 +0000 (15:49 +0000)]
lib/DBIx/Class/Storage/DBI.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI.pm
b/lib/DBIx/Class/Storage/DBI.pm
index
08e4fe5
..
87f84e6
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI.pm
+++ b/
lib/DBIx/Class/Storage/DBI.pm
@@
-549,8
+549,8
@@
sub _verify_pid {
return if !$self->_dbh || $self->_conn_pid == $$;
- $self->_dbh(undef);
$self->_dbh->{InactiveDestroy} = 1;
+ $self->_dbh(undef);
return;
}