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
+
1
12
1.21 2019-02-27
2
13
- Fix skipping test t/14destruct.t
3
14
- 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;
10
10
use DynaLoader();
11
11
our @ISA = qw( DynaLoader) ;
12
12
13
- our $VERSION = ' 1.21 ' ;
13
+ our $VERSION = ' 1.22 ' ;
14
14
15
15
bootstrap DBD::MariaDB $VERSION ;
16
16
You can’t perform that action at this time.
0 commit comments