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

Comparing Coro-Mysql/Changes (file contents):
Revision 1.9 by root, Sun Feb 20 10:35:10 2011 UTC vs.
Revision 1.18 by root, Tue Jun 3 13:37:59 2014 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2
31.26 Tue Jun 3 15:37:40 CEST 2014
4 - fix a use-after-free corruption bug when closing database
5 handles.
6
71.25 Tue Jun 3 05:17:12 CEST 2014
8 - mariadb 5.5 isn't actually binary-compatible to mysql 5.5,
9 work around that.
10 - remove debugging code (sigh).
11
121.24 Tue Jun 3 05:08:07 CEST 2014
13 - port to mariadb 5.5 (and probably anything < 10), by treating it
14 like mysql with missing library symbols.
15
161.23 Tue May 6 15:03:55 CEST 2014
17 - work around mariadb 10.0.10 no longer exporting vio functions by skipping
18 most of the safety checks - library mismatches will now cause memory
19 corruption causing crashes on the first sql statement execution.
20 - use correct header errno.h, not sys/errno.h.
21
221.22 Fri Aug 2 06:06:14 CEST 2013
23 - experimental support for mariadb 10 (which has quite big changes).
24 - work around incompatible changes (again) in 5.16. use feature my ass.
25 (patch by....)
26
271.21 Thu Oct 11 05:21:10 CEST 2012
28 - no functional changes.
29 - document the fact that the API used by this module is now public,
30 so it doesn't rely on library internals anymore.
31 - verified to work with mysql connector/C 6.0.2 (compatible to
32 5.5).
33
341.2 Thu Jul 26 23:19:47 CEST 2012
35 - ensure DBD::mysql and Coro::Mysql are linked against the same
36 libmysqlclient version (required is same libmysqlclient, but no
37 idea how to check for that).
38 - explicitly support libmysqlclient 5.1 and 5.5 - 5.1 probably just
39 worked before on most (but not all) architectures.
2 40
31.1 Sun Feb 20 11:34:38 CET 2011 411.1 Sun Feb 20 11:34:38 CET 2011
4 - implement a special EV mode, used when EV was available at build 42 - implement a special EV mode, used when EV was available at build
5 time AND is used by AnyEvent, otherwise fall back to Coro::Handle. 43 time AND is used by AnyEvent, otherwise fall back to Coro::Handle.
6 - perl 5.10 or 5.12 breaks the syntax used in the with_db. fixed. 44 - perl 5.10 or 5.12 breaks the syntax used in the with_db. fixed.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines