Revert "Merge pull request #92 from ManjotS/2.2"

This reverts commit 0b62ba26af, reversing
changes made to e983eff3d3.
This commit is contained in:
Carlos Salguero
2016-08-04 17:34:27 -03:00
parent 68685117a6
commit 98d07179b8
2 changed files with 14 additions and 235 deletions

View File

@@ -276,7 +276,6 @@ sub get_dbh {
PrintError => 0,
ShowErrorStatement => 1,
mysql_enable_utf8 => ($cxn_string =~ m/charset=utf8/i ? 1 : 0),
mysql_multi_statements => 1,
};
@{$defaults}{ keys %$opts } = values %$opts;
if (delete $defaults->{L}) { # L for LOAD DATA LOCAL INFILE, our own extension