libdbd-mysql-perl 4.050-3ubuntu0.2 source package in Ubuntu

Changelog

libdbd-mysql-perl (4.050-3ubuntu0.2) focal-security; urgency=medium

  * Fix compatibility with MySQL 8.0.34 (LP: #2031548)
    - debian/patches/fix-mysql-8034-compat.patch: don't set
      MYSQL_OPT_RECONNECT as it is deprecated and spews an error message.
  * Fix compatibility with MySQL 8.0.24
    - debian/patches/fix-mysql-8024-compat.patch: fix change in behaviour
      causing rt85919-fetch-lost-connection.t test to fail.

 -- Marc Deslauriers <email address hidden>  Thu, 17 Aug 2023 09:36:04 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe perl
Focal security universe perl

Downloads

File Size SHA-256 Checksum
libdbd-mysql-perl_4.050.orig.tar.gz 157.8 KiB 4f48541ff15a0a7405f76adc10f81627c33996fbf56c95c26c094444c0928d78
libdbd-mysql-perl_4.050-3ubuntu0.2.debian.tar.xz 13.6 KiB c18e405e04728d8ea12c7110f0110d3e9a3a1ac9b8711656e352888c8be38766
libdbd-mysql-perl_4.050-3ubuntu0.2.dsc 2.5 KiB 53c4b72a25caf92128eee172221d078f3e1bd2c3f98909caf0344b92865d3a87

View changes file

Binary packages built by this source

libdbd-mysql-perl: Perl5 database interface to the MariaDB/MySQL database

 DBD::mysql is the Perl5 Database Interface driver for the MariaDB/MySQL
 database. In other words: DBD::mysql is an interface between the Perl
 programming language and the MySQL programming API that comes with the
 MariaDB/MySQL relational database management system. Most functions provided by
 this programming API are supported. Some rarely used functions are
 missing, mainly because no one ever requested them. However supported
 features include: compression of data between server and client; timeouts;
 SSL; prepared statement support; server administration such as creating
 and dropping databases and restarting the server; auto-reconnection;
 utf8; bind type guessing; bind comment placeholders; automated insert ids;
 transactions; multiple result sets and multithreading.

libdbd-mysql-perl-dbgsym: debug symbols for libdbd-mysql-perl