Skip to content

Commit 3f82c9a

Browse files
committed
Version 5.009
1 parent dc9a754 commit 3f82c9a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changes

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2024-09-19 Daniël van Eeden, DBI/DBD community (5.009)
2+
* Cleanup obsolete mysql_errmsg and mysql_stats
3+
* fix some queries with columns beginning with limit would fail
4+
* implement statistics_info $unique_only
5+
* fix(column_info): use show columns to describe
6+
* Update Dockerfile
7+
18
2024-07-30 Daniël van Eeden, DBI/DBD community (5.008)
29
* CI: Use Oracle MySQL containers
310
* 51bind_type_guessing.t: Update for 9.0.0 errorcodes

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.008';
16+
our $VERSION = '5.009';
1717

1818
bootstrap DBD::mysql $VERSION;
1919

0 commit comments

Comments
 (0)