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

Comparing Coro-Mysql/Changes (file contents):
Revision 1.11 by root, Thu Oct 11 03:18:31 2012 UTC vs.
Revision 1.19 by root, Tue Jun 3 13:38:48 2014 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2 2
31.27 Tue Jun 3 15:38:29 CEST 2014
4 - grrr, remove dbeugging code again.
5
61.26 Tue Jun 3 15:37:40 CEST 2014
7 - fix a use-after-free corruption bug when closing database
8 handles.
9
101.25 Tue Jun 3 05:17:12 CEST 2014
11 - mariadb 5.5 isn't actually binary-compatible to mysql 5.5,
12 work around that.
13 - remove debugging code (sigh).
14
151.24 Tue Jun 3 05:08:07 CEST 2014
16 - port to mariadb 5.5 (and probably anything < 10), by treating it
17 like mysql with missing library symbols.
18
191.23 Tue May 6 15:03:55 CEST 2014
20 - work around mariadb 10.0.10 no longer exporting vio functions by skipping
21 most of the safety checks - library mismatches will now cause memory
22 corruption causing crashes on the first sql statement execution.
23 - use correct header errno.h, not sys/errno.h.
24
251.22 Fri Aug 2 06:06:14 CEST 2013
26 - experimental support for mariadb 10 (which has quite big changes).
27 - work around incompatible changes (again) in 5.16. use feature my ass.
28 (patch by....)
29
301.21 Thu Oct 11 05:21:10 CEST 2012
31 - no functional changes.
3 - document the fact that the API used by this module is now public, 32 - document the fact that the API used by this module is now public,
4 so it doesn't rely on library internals anymore. 33 so it doesn't rely on library internals anymore.
5 - verified to work with mysql connector/C 6.0.2 (compatible to 34 - verified to work with mysql connector/C 6.0.2 (compatible to
6 5.5). 35 5.5).
7 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines