[libdbd-mysql-perl] branch master updated (020aa95 -> 52772d4)
gregor herrmann
gregoa at debian.org
Sat Nov 19 21:01:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libdbd-mysql-perl.
from 020aa95 Prepare changelog for release
adds 1f8c3fc Modified check for Windows (and poll.h)
adds f4e0595 Fix regex for removing database from DSN (#54)
adds 05910a6 Add Vladimir Marek to contributors
adds ab09fda MySQL 8.0 adaptions (#56)
adds c154f6e Add test for buffer overflow
adds a0adc03 Testing Pali's fix
adds 988368c Release 4.037_01 with Pali's fix
adds 97c8c22 Add support for 64bit types when perl is compiled with 64bit support
adds 034ab34 avoid compiler warning "cast from pointer to integer of different size"
adds 95d16f5 better handling of mysql_get_option vs. net_buffer_length
adds bf52401 Decrease length of bind params in t/40server_prepare_crash.t test
adds b8028b8 Do not declare variable errno as it interact with one from errno.h
adds 358d94a Use %p format for printing pointer address
adds dc853ab Updated changelog
adds aa193b6 Bumped version to 4.038, tested
adds ba0ca2f Include errno.h for MYSQL_ASYNC becase it uses errno variable
adds 4a9b76c Travis: also test on perl 5.22 and 5.24
adds 207e690 Updated contributors
adds 491bbf2 Include errno.h for MYSQL_ASYNC becase it uses errno variable
adds c4f9a49 Merge pull request #61 from pali/master
adds 22a20c8 Use correct format in printf instead casting variable types
adds 7f20943 Merge pull request #62 from pali/printf
adds 8a11b95 Add support for fetching columns of BIT type with mysql_server_prepare=1
adds 7027445 Correctly coerce fetched scalar values when mysql_server_prepare is not used
adds 9457ef1 Merge pull request #63 from pali/cherry-pick
adds 18309b8 When running Makefile.PL load configuration from t/mysql.mtest
adds 2972315 Merge pull request #64 from pali/config
adds a618754 Extend test 60leaks.t for leak detection in execute/finish and bind_param
adds cb5d5d4 Run test 60leaks.t with both mysql_server_prepare=0 and mysql_server_prepare=1
adds 7c23ff2 Merge pull request #65 from pali/leaks
adds 2a055cd For efficiency use newSVpvn() instead newSVpv() where possible
adds e7496e2 Merge pull request #66 from pali/master
adds 11b19ee Correct CHANGES file
adds 8e7ce0b MYSQL_OPT_NET_BUFFER_LENGTH not defined in mariadb-10.0.22
adds e932e1f Fix MANIFEST
adds f65d030 Commit 8e7ce0b "MYSQL_OPT_NET_BUFFER_LENGTH not defined in mariadb-10.0.22" breaks MySQL source level combatability.
adds 0aaf49e Merge pull request #69 from berntm/master
adds d0120ab Small correction for 22a20c8 printf
adds e9e6c13 Update changes
adds 992ed1c Remove unused variables
adds 99e84e8 Declare variables only when really used
adds d15b95d Hide compile warning: value computed is not used
adds fba2372 Fix compile warning: comparison between signed and unsigned integer expressions
adds 8efaed3 Merge pull request #70 from pali/warnings
adds c8cff27 For efficiency use newSVpvn() instead newSVpv() also in mysql.xs
adds a16dfbf Merge pull request #71 from pali/newsvpvn
adds e1dcc86 Fix compilation of embedded mysql server
adds 29e3d57 Fix Makefile.PL to read default embedded flags from mysql_config
adds d093ae9 For embedded mysql do not use --skip-bdb in tests
adds e5c73bd Update .travis.yml to compile also embedded mysql server
adds 8bf3b8c Merge pull request #68 from pali/embedded
adds 956d0e4 Update contributors
adds 7e3a83d Release 4.038_01 (Development release)
adds 67aaf98 Small typo
adds 793b72b Added Pali's fix for CVE-2016-1249
adds 08e0b62 For mysql_server_prepare=1 try fallback to normal non-prepared statement also when mysql_stmt_execute() fails
adds 62ad170 Add new attribute mysql_server_prepare_disable_fallback which disable any fallback from prepared statement to normal non-prepared
adds 5e70751 Add info about fallbacks and mysql_server_prepare_disable_fallback to POD documentation
adds c7ef309 Use mysql_server_prepare_disable_fallback=1 in all tests which test prepared statements
adds 9037d50 Add test for mysql_server_prepare_disable_fallback=1
adds 404ad5b Merge pull request #72 from pali/prepare
adds b2dcab3 Fix integer types when server side prepare statements are enabled
adds ebdd95e Release engineering for 4.040
adds 9ac378b New upstream version 4.040
new 4dfdbc5 Merge tag 'upstream/4.040'
new f734664 Update debian/changelog
new 80a1331 add bug closer
new 52772d4 releasing package libdbd-mysql-perl version 4.040-1
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 20 ++++++
META.json | 19 ++++--
META.yml | 27 ++++----
dbdimp.c | 133 +++++++++++++++++++++++++++++++-----
dbdimp.h | 2 +
debian/changelog | 7 ++
lib/Bundle/DBD/mysql.pm | 2 +-
lib/DBD/mysql.pm | 26 ++++++-
mysql.xs | 22 +++++-
t/15reconnect.t | 2 +-
t/40server_prepare.t | 23 +++++--
t/40server_prepare_crash.t | 2 +-
t/40server_prepare_error.t | 2 +-
t/41int_min_max.t | 9 ++-
t/50chopblanks.t | 2 +-
t/55utf8.t | 2 +-
t/60leaks.t | 2 +-
t/99_bug_server_prepare_blob_null.t | 2 +-
t/rt88006-bit-prepare.t | 2 +-
19 files changed, 252 insertions(+), 54 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