libdbd-mysql-perl 4.019-1 source package in Ubuntu

Changelog

libdbd-mysql-perl (4.019-1) unstable; urgency=low

  * New upstream release
  * Refreshed patches
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  15 May 2011 07:34:09 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdbd-mysql-perl_4.019.orig.tar.gz 133.3 KiB a40839a251643bde700b7ee5f69c66c25007d2260a992840e11093b00975951e
libdbd-mysql-perl_4.019-1.debian.tar.gz 8.3 KiB 77010d5be32fc1a0384b96fbd51642878567e1c5cb4ef3cf697a0785408b5129
libdbd-mysql-perl_4.019-1.dsc 2.1 KiB 5f8f19f7eebf68159f33948aed3e0845dea1501154bf405cb03c1ee84e165b34

Available diffs

View changes file

Binary packages built by this source

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

 DBD::mysql is the Perl5 Database Interface driver for the MySQL
 database. In other words: DBD::mysql is an interface between the Perl
 programming language and the MySQL programming API that comes with the
 MySQL relational database management system. Most functions provided by
 this programming API are supported. Some rarely used functions are
 missing, mainly because noone 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.