File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ 2024-03-19 Daniël van Eeden, DBI/DBD community (5.004)
2+ * Add deprecation warning for LISTFIELDS support
3+ * Remove calls to mysql_reload() and mysql_list_fields()
4+ * (ci_update) Update mysql-apt-config to 0.8.29-1
5+ * Re-add documentation on how to workaround UTF-8 bug
6+ * Remove legacy Bundle::DBD::mysql
7+
182023-12-01 Daniël van Eeden, DBI/DBD community (5.003)
29* Add ifdef for ER_CLIENT_INTERACTION_TIMEOUT
310* Fix for issue 251. Also fixed case of "e<single int>"
Original file line number Diff line number Diff 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.003 ' ;
16+ our $VERSION = ' 5.004 ' ;
1717
1818bootstrap DBD::mysql $VERSION ;
1919
You can’t perform that action at this time.
0 commit comments