diff options
author | ivan <ivan> | 2011-05-19 17:30:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-05-19 17:30:44 +0000 |
commit | ed85b98e2e2af07335951ee89ac89b83b029a41a (patch) | |
tree | 190d2097d17e738c4b027b64dd6b0055f4a23a83 /torrus | |
parent | 144668a01beef406a027c78bc2883e111e621cc2 (diff) |
not working?
Diffstat (limited to 'torrus')
-rw-r--r-- | torrus/perllib/Torrus/Collector/ExtDBI.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/torrus/perllib/Torrus/Collector/ExtDBI.pm b/torrus/perllib/Torrus/Collector/ExtDBI.pm index a4fe4fc75..22876c00c 100644 --- a/torrus/perllib/Torrus/Collector/ExtDBI.pm +++ b/torrus/perllib/Torrus/Collector/ExtDBI.pm @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. -# $Id: ExtDBI.pm,v 1.2 2011-04-29 01:13:20 ivan Exp $ +# $Id: ExtDBI.pm,v 1.3 2011-05-19 17:30:44 ivan Exp $ # Stanislav Sinyagin <ssinyagin@yahoo.com> ## Pluggable backend module for ExternalStorage @@ -64,7 +64,7 @@ sub backendOpenSession if( defined( $dbh ) ) { - if ( $dbh->{Driver}->{Name} =~ /^mysql/i ) { + if ( $dbh->{Driver}->{Name} =~ /mysql/i ) { $dbh->do('SET SESSION TRANSACTION ISOLATION LEVEL READ UNCOMMITTED'); $dbh->commit(); } |