libdbd-mysql-perl 4.050-4ubuntu1 source package in Ubuntu

Changelog

libdbd-mysql-perl (4.050-4ubuntu1) jammy; urgency=medium

  * d/p/fix-returncode-on-connection-closed.patch: cherry-picked from upstream
    master branch to fix FTBFS against latest MySQL (LP: #1960784)

 -- Simon Chopin <email address hidden>  Mon, 14 Feb 2022 09:34:19 +0100

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdbd-mysql-perl_4.050.orig.tar.gz 157.8 KiB 4f48541ff15a0a7405f76adc10f81627c33996fbf56c95c26c094444c0928d78
libdbd-mysql-perl_4.050-4ubuntu1.debian.tar.xz 13.5 KiB aa37c5c8195df86cb839a64a1806a0816a467541e0825629d8cfcdd8460aad4a
libdbd-mysql-perl_4.050-4ubuntu1.dsc 2.4 KiB ae1104588bd0731113ca1348e3eeec9f39713ffdf68f4043cf3d1338754f5c09

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