Skip to content

Commit d756744

Browse files
committed
Version 5.008
1 parent 84cec30 commit d756744

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2024-07-30 Daniël van Eeden, DBI/DBD community (5.008)
2+
* CI: Use Oracle MySQL containers
3+
* 51bind_type_guessing.t: Update for 9.0.0 errorcodes
4+
* MySQL 9.0.0 client libarary support
5+
16
2024-07-01 Daniël van Eeden, DBI/DBD community (5.007)
27
* Fix calls to mysql_server_end()/mysql_library_end()
38
* Dockerfile: Update mysql-apt-config

lib/DBD/mysql.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
1313
# SQL_DRIVER_VER is formatted as dd.dd.dddd
1414
# for version 5.x please switch to 5.00(_00) version numbering
1515
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16-
our $VERSION = '5.007';
16+
our $VERSION = '5.008';
1717

1818
bootstrap DBD::mysql $VERSION;
1919

0 commit comments

Comments
 (0)