libdbd-mysql-perl 4.020-1build2 source package in Ubuntu
Changelog
libdbd-mysql-perl (4.020-1build2) precise; urgency=low * Rebuild for libmysqlclient transition -- Clint Byrum <email address hidden> Wed, 23 Nov 2011 23:40:29 -0800
Upload details
- Uploaded by:
- Clint Byrum
- Uploaded to:
- Precise
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdbd-mysql-perl_4.020.orig.tar.gz | 134.5 KiB | 9299f39f3903d3e0afa6440401f88329a057834817684aa699a507dad6a993e7 |
libdbd-mysql-perl_4.020-1build2.debian.tar.gz | 8.4 KiB | 3a10ec2c47a87db64c16f6f93512d97c7ec818eb7d30e4a2e83d730fe22ef3fe |
libdbd-mysql-perl_4.020-1build2.dsc | 1.8 KiB | 1a2d1bad1926a965cd5f9ed94d9ffbeb3f734513bfec8fc00d80623e06970934 |
Available diffs
- diff from 4.020-1build1 to 4.020-1build2 (330 bytes)
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.