libdbd-mysql-perl 4.052-1ubuntu1 source package in Ubuntu

Changelog

libdbd-mysql-perl (4.052-1ubuntu1) noble; urgency=medium

  * Merge with Debian; remaining changes:
    - 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.

libdbd-mysql-perl (4.052-1) unstable; urgency=medium

  * Import upstream version 4.052.
  * Drop 0001-Fix-for-MariaDB-10.3.13-with-zerofil.patch which was taken
    from upstream Git and is now fixed in the release.

libdbd-mysql-perl (4.051-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.2, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 4.051.
  * Refresh test-user.patch (offset).
  * Drop regression-fix-float_type_conversion.patch, applied.
  * Refresh 0001-Fix-for-MariaDB-10.3.13-with-zerofil.patch (offset).
  * Drop fix-returncode-on-connection-closed.patch, merged.
  * Update years of packaging copyright.

 -- Matthias Klose <email address hidden>  Thu, 29 Feb 2024 13:47:20 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.052.orig.tar.gz 158.3 KiB a83f57af7817787de0ef56fb15fdfaf4f1c952c8f32ff907153b66d2da78ff5b
libdbd-mysql-perl_4.052-1ubuntu1.debian.tar.xz 12.7 KiB 82415389695ffa635b4bd20b2bcb7e15e9fbbc11ec21c284a06072dc3622c6b1
libdbd-mysql-perl_4.052-1ubuntu1.dsc 2.5 KiB b3a98d8bd8cdd84b21c3b060bafec6f47e5ef9a92a6b89c6510fb757aab6bc49

Available diffs

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