Content-Length: 275427 | pFad | http://github.com/perl5-dbi/DBD-mysql/commit/41419387d1f89b0609d94c933d60ec7cad15dec9
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67c6db commit 4141938Copy full SHA for 4141938
Changes
@@ -1,3 +1,7 @@
1
+2024-07-01 Daniël van Eeden, DBI/DBD community (5.007)
2
+* Fix calls to mysql_server_end()/mysql_library_end()
3
+* Dockerfile: Update mysql-apt-config
4
+
5
2024-06-01 Daniël van Eeden, DBI/DBD community (5.006)
6
* Fix pod and ensure Test::Pod is installed
7
* CI: Test with MySQL 8.4
lib/DBD/mysql.pm
@@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
13
# SQL_DRIVER_VER is formatted as dd.dd.dddd
14
# for version 5.x please switch to 5.00(_00) version numbering
15
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16
-our $VERSION = '5.006';
+our $VERSION = '5.007';
17
18
bootstrap DBD::mysql $VERSION;
19
Fetched URL: http://github.com/perl5-dbi/DBD-mysql/commit/41419387d1f89b0609d94c933d60ec7cad15dec9
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments