Comment 45 for bug 2031548

Revision history for this message
William R. Edgington (wedgingt) wrote :

OK, I see how this makes sense for the C++ case ... but I'm still getting the warning from my Perl applications despite not needing or wanting the reconnect option.

Is libmysqlclient printing the new warning even when mysql_auto_reconnect and AutoReconnect are not given?

And my /usr/lib/x86_64-linux-gnu/perl5/5.30/DBD/mysql.pm still has:

  if ($this && ($ENV{MOD_PERL} || $ENV{GATEWAY_INTERFACE})) {
    $this->{mysql_auto_reconnect} = 1;
  }

... from libdbd-mysql-perl/focal-update,focal-security,now 4.050-3ubuntu0.2 amd64 [installed]