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

Comparing Coro-Mysql/Changes (file contents):
Revision 1.19 by root, Tue Jun 3 13:38:48 2014 UTC vs.
Revision 1.20 by root, Mon Mar 4 05:34:52 2019 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2 2
32.0 Mon Mar 4 06:15:03 CET 2019
4 - major port to new MARIADB_PVIO structure (Pluggable Virtual
5 IO) - so, yay, finally no more header file hacking because an
6 official API exists, but since it is new, the PVIO api is quite
7 broken, and due to the massive changes involved, not sure about
8 backwards compatibility or stability. Seems to work for me.
9 - use mariadb_config or mysql_config commands to find includes
10 and libraries.
11
31.27 Tue Jun 3 15:38:29 CEST 2014 121.27 Tue Jun 3 15:38:29 CEST 2014
4 - grrr, remove dbeugging code again. 13 - grrr, remove debugging code again.
5 14
61.26 Tue Jun 3 15:37:40 CEST 2014 151.26 Tue Jun 3 15:37:40 CEST 2014
7 - fix a use-after-free corruption bug when closing database 16 - fix a use-after-free corruption bug when closing database
8 handles. 17 handles.
9 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines