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)
1
2
* Only support MySQL 8.x as MySQL 5.7 is going EOL soon
2
3
* Remove use of MYSQL_OPT_RECONNECT
3
4
* 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;
3
3
use strict;
4
4
use warnings;
5
5
6
- our $VERSION = ' 4.050 ' ;
6
+ our $VERSION = ' 5.001 ' ;
7
7
8
8
1;
9
9
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
13
13
# SQL_DRIVER_VER is formatted as dd.dd.dddd
14
14
# for version 5.x please switch to 5.00(_00) version numbering
15
15
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16
- our $VERSION = ' 4.050 ' ;
16
+ our $VERSION = ' 5.001 ' ;
17
17
18
18
bootstrap DBD::mysql $VERSION ;
19
19
You can’t perform that action at this time.
0 commit comments