[libdbd-mysql-perl] 03/13: Merge tag 'upstream/4.033'

gregor herrmann gregoa at debian.org
Tue Nov 10 20:03:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdbd-mysql-perl.

commit 51924b867e98ac77f5ee90c523ec443a5ae4b678
Merge: 81f6bda 2042518
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Nov 10 20:38:39 2015 +0100

    Merge tag 'upstream/4.033'
    
    Upstream version 4.033

 ChangeLog                           |  66 ++++
 LICENSE                             | 375 +++++++++++++++++++++++
 MANIFEST                            |   5 +
 META.json                           |  12 +-
 META.yml                            |   8 +-
 Makefile.PL                         | 317 +++++--------------
 README.pod                          |   2 +
 dbdimp.c                            | 233 ++++++++++----
 dbdimp.h                            |  17 ++
 eg/bug14979.pl                      |   6 +-
 lib/Bundle/DBD/mysql.pm             |   2 +-
 lib/DBD/mysql.pm                    | 591 +++++++++++++++++-------------------
 lib/DBD/mysql/GetInfo.pm            |  13 +-
 lib/DBD/mysql/INSTALL.pod           | 143 ++-------
 mysql.xs                            |  16 +-
 t/00base.t                          |   7 +-
 t/05dbcreate.t                      |  26 ++
 t/10connect.t                       |  76 ++++-
 t/15reconnect.t                     |   8 +-
 t/20createdrop.t                    |  12 +-
 t/25lockunlock.t                    |  26 +-
 t/29warnings.t                      |   6 +-
 t/30insertfetch.t                   |  35 ++-
 t/31insertid.t                      |  19 +-
 t/32insert_error.t                  |  14 +-
 t/35limit.t                         |  28 +-
 t/35prepare.t                       |  32 +-
 t/40bindparam.t                     |  21 +-
 t/40bindparam2.t                    |  20 +-
 t/40bit.t                           |  54 ++++
 t/40blobs.t                         |  20 +-
 t/40catalog.t                       |  35 ++-
 t/40keyinfo.t                       |  22 +-
 t/40listfields.t                    |  13 +-
 t/40nulls.t                         |  18 +-
 t/40nulls_prepare.t                 |  19 +-
 t/40numrows.t                       |  30 +-
 t/40server_prepare.t                |  26 +-
 t/40server_prepare_error.t          |   6 +-
 t/40types.t                         |   7 +-
 t/41bindparam.t                     |  16 +-
 t/41blobs_prepare.t                 |  35 ++-
 t/42bindparam.t                     |  16 +-
 t/43count_params.t                  |  24 +-
 t/50chopblanks.t                    |  27 +-
 t/50commit.t                        |  56 ++--
 t/51bind_type_guessing.t            |  30 +-
 t/52comment.t                       |  22 +-
 t/53comment.t                       |  23 +-
 t/55utf8.t                          |  17 +-
 t/60leaks.t                         |  33 +-
 t/65segfault.t                      |   8 +-
 t/65types.t                         |  21 +-
 t/70takeimp.t                       |  17 +-
 t/71impdata.t                       |  14 +-
 t/75supported_sql.t                 |  25 +-
 t/76multi_statement.t               |  28 +-
 t/80procs.t                         |  17 +-
 t/81procs.t                         |  10 +-
 t/85init_command.t                  |   6 +-
 t/86_bug_36972.t                    |  19 +-
 t/87async.t                         |   7 +-
 t/88async-multi-stmts.t             |   7 +-
 t/89async-method-check.t            |   7 +-
 t/90no-async.t                      |  14 +-
 t/91errcheck.t                      |   5 +-
 t/99_bug_server_prepare_blob_null.t |  21 +-
 t/lib.pl                            | 195 +-----------
 t/manifest.t                        |   2 -
 t/mysql.dbtest                      |   2 -
 t/mysql.mtest                       |  20 +-
 t/rt25389-bin-case.t                |  11 +-
 t/rt50304-column_info_parentheses.t |  17 +-
 t/rt83494-quotes-comments.t         |   4 +-
 t/rt85919-fetch-lost-connection.t   | 105 ++++---
 t/rt86153-reconnect-fail-memory.t   |  14 +-
 t/rt88006-bit-prepare.t             |  56 ++++
 t/rt91715.t                         |   7 +-
 t/version.t                         |  16 +
 79 files changed, 1807 insertions(+), 1553 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git



More information about the Pkg-perl-cvs-commits mailing list