ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Mysql/Changes
(Generate patch)

Comparing Coro-Mysql/Changes (file contents):
Revision 1.17 by root, Tue Jun 3 03:17:37 2014 UTC vs.
Revision 1.22 by root, Mon Mar 4 06:19:16 2019 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2
3 - first attempt at supporting DBD::MariaDB.
4 - new Coro::Mysql::is_unblocked function.
5 - new Coro::Mysql::have_ev function.
6 - updated docs to remove violite scare and add newest history.
7
82.0 Mon Mar 4 06:15:03 CET 2019
9 - major port to new MARIADB_PVIO structure (Pluggable Virtual
10 IO) - so, yay, finally no more header file hacking because an
11 official API exists, but since it is new, the PVIO api is quite
12 broken, and due to the massive changes involved, not sure about
13 backwards compatibility or stability. Seems to work for me.
14 - use mariadb_config or mysql_config commands to find includes
15 and libraries.
16
171.27 Tue Jun 3 15:38:29 CEST 2014
18 - grrr, remove debugging code again.
19
201.26 Tue Jun 3 15:37:40 CEST 2014
21 - fix a use-after-free corruption bug when closing database
22 handles.
2 23
31.25 Tue Jun 3 05:17:12 CEST 2014 241.25 Tue Jun 3 05:17:12 CEST 2014
4 - mariadb 5.5 isn't actually binary-compatible to mysql 5.5, 25 - mariadb 5.5 isn't actually binary-compatible to mysql 5.5,
5 work around that. 26 work around that.
6 - remove debugging code (sigh). 27 - remove debugging code (sigh).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines