Skip to content

Commit ef11de2

Browse files
committed
Release version 1.22
1 parent e4e1bd4 commit ef11de2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Changes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
1.21 2019-02-27
213
- Fix skipping test t/14destruct.t
314
- Revert "MySQL bug #93276 is fixed in 8.0.15"

lib/DBD/MariaDB.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use DBI;
1010
use DynaLoader();
1111
our @ISA = qw(DynaLoader);
1212

13-
our $VERSION = '1.21';
13+
our $VERSION = '1.22';
1414

1515
bootstrap DBD::MariaDB $VERSION;
1616

0 commit comments

Comments
 (0)