@@ -, +, @@ BDIx::Connector - Check connection to database does not fail for a long time page, such as a huge report --- C4/Context.pm | 4 ---- 1 file changed, 4 deletions(-) --- a/C4/Context.pm +++ a/C4/Context.pm @@ -776,10 +776,6 @@ sub _new_dbh $dbh->{RaiseError} = 0; } - if ( $db_driver eq 'mysql' ) { - $dbh->{mysql_auto_reconnect} = 1; - } - my $tz = $ENV{TZ}; if ( $db_driver eq 'mysql' ) { # Koha 3.0 is utf-8, so force utf8 communication between mySQL and koha, whatever the mysql default config. --