Skip to content

Commit 22692f8

Browse files
committed
Version v4.051
1 parent 7117e4c commit 22692f8

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

Changes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2023-10-04 Daniël van Eeden, DBI/DBD community (4.051)
2+
* accept 4031 as a valid return code when connection closed
3+
* removing some proxy bits
4+
* Docker support
5+
* fix test plan count
6+
* add tests for ping on disconnected handle, issue #306
7+
* Fix type conversions
8+
* Do no assign from un uninitialized slen
9+
* Add a missing break to 'd' case in dbd_db_FETCH_attrib()
10+
* Mention default and reword mysql_client_found_rows POD for clarity
11+
* Fix typo in comment
12+
* Fix quoting if NO_BACKSLASH_ESCAPES is set
13+
* Make type of is_null field consistent and same as in MYSQL_BIND
14+
* Fix "assignment from incompatible pointer type"
15+
* Travis: Add MariaDB 10.4.1
16+
117
2018-10-25 Daniël van Eeden, Patrick Galbraith,
218
DBI/DBD community (4.050)
319
* Fix SQL syntax for statements that have "...limit = ?" #288

lib/Bundle/DBD/mysql.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Bundle::DBD::mysql;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '4.050';
6+
our $VERSION = '4.051';
77

88
1;
99

lib/DBD/mysql.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ our @ISA = qw(DynaLoader);
1515
# SQL_DRIVER_VER is formatted as dd.dd.dddd
1616
# for version 5.x please switch to 5.00(_00) version numbering
1717
# keep $VERSION in Bundle/DBD/mysql.pm in sync
18-
our $VERSION = '4.050';
18+
our $VERSION = '4.051';
1919

2020
bootstrap DBD::mysql $VERSION;
2121

0 commit comments

Comments
 (0)