File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ 2023-10-04 Daniël van Eeden, DBI/DBD community (5.001)
12* Only support MySQL 8.x as MySQL 5.7 is going EOL soon
23* Remove use of MYSQL_OPT_RECONNECT
34* Remove option to disable SSL/TLS at compile time
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Bundle::DBD::mysql;
33use strict;
44use warnings;
55
6- our $VERSION = ' 4.050 ' ;
6+ our $VERSION = ' 5.001 ' ;
77
881;
99
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 = ' 4.050 ' ;
16+ our $VERSION = ' 5.001 ' ;
1717
1818bootstrap DBD::mysql $VERSION ;
1919
You can’t perform that action at this time.
0 commit comments