Skip to content

Commit

Permalink
fix issue with _connect args on mysql driver
Browse files Browse the repository at this point in the history
  • Loading branch information
leedo committed Mar 20, 2011
1 parent 3eeeb87 commit b3657f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DBIx/Connector/Driver/mysql.pm
Expand Up @@ -6,7 +6,7 @@ use base 'DBIx::Connector::Driver';
our $VERSION = '0.44';

sub _connect {
my $dbh = shift;
my ($self, $dbh) = @_;
$dbh->{mysql_auto_reconnect} = 0;
$dbh;
}
Expand Down

0 comments on commit b3657f6

Please sign in to comment.