From: Rob Kinyon Date: Sun, 3 Jan 2010 16:35:01 +0000 (-0500) Subject: Don't need the commit with AutoCommit X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1b375a11146e7e86ba21517dcdf8bb1a7f8e346;p=dbsrgits%2FDBM-Deep.git Don't need the commit with AutoCommit --- diff --git a/lib/DBM/Deep/Storage/DBI.pm b/lib/DBM/Deep/Storage/DBI.pm index 8cb9c02..648a80e 100644 --- a/lib/DBM/Deep/Storage/DBI.pm +++ b/lib/DBM/Deep/Storage/DBI.pm @@ -89,7 +89,7 @@ sub lock_shared { sub unlock { my $self = shift; - $self->{dbh}->commit; +# $self->{dbh}->commit; } sub begin_work {