Skip to content

Commit 681b32b

Browse files
committed
DBD::mysql v4.054
1 parent accc449 commit 681b32b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-08-03 Daniël van Eeden, DBI/DBD community (4.054)
2+
* Fix build issue with MariaDB related to mysql_real_escape_string_quote()
3+
14
2025-01-06 Daniël van Eeden, DBI/DBD community (4.053)
25
* Use safer quoting for placeholders
36
* CI: v4 mac update

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.053';
6+
our $VERSION = '4.054';
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.053';
18+
our $VERSION = '4.054';
1919

2020
bootstrap DBD::mysql $VERSION;
2121

0 commit comments

Comments
 (0)