projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bd6b4f3
)
Don't need the commit with AutoCommit
Rob Kinyon [Sun, 3 Jan 2010 16:35:01 +0000 (11:35 -0500)]
lib/DBM/Deep/Storage/DBI.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBM/Deep/Storage/DBI.pm
b/lib/DBM/Deep/Storage/DBI.pm
index
8cb9c02
..
648a80e
100644
(file)
--- 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 {