File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ 1.22 2022-04-22
2+ - Disable usage of libmysqld.a from MySQL 8.x series
3+ - Install README.pod into DBD/MariaDB/ subdirectory
4+ (https://github.com/gooddata/DBD-MariaDB/issues/146)
5+ - Do not export driver private C functions
6+ - Fix typo in error message
7+ - Fix compatibility with new MariaDB client and server versions
8+ (https://github.com/perl5-dbi/DBD-MariaDB/issues/164)
9+ (https://github.com/perl5-dbi/DBD-MariaDB/issues/167)
10+ (https://github.com/perl5-dbi/DBD-mysql/issues/333)
11+
1121.21 2019-02-27
213 - Fix skipping test t/14destruct.t
314 - Revert "MySQL bug #93276 is fixed in 8.0.15"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use DBI;
1010use DynaLoader();
1111our @ISA = qw( DynaLoader) ;
1212
13- our $VERSION = ' 1.21 ' ;
13+ our $VERSION = ' 1.22 ' ;
1414
1515bootstrap DBD::MariaDB $VERSION ;
1616
You can’t perform that action at this time.
0 commit comments