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

Comparing Coro-Mysql/Changes (file contents):
Revision 1.3 by root, Mon Jun 1 12:03:21 2009 UTC vs.
Revision 1.17 by root, Tue Jun 3 03:17:37 2014 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2 2
31.25 Tue Jun 3 05:17:12 CEST 2014
4 - mariadb 5.5 isn't actually binary-compatible to mysql 5.5,
5 work around that.
6 - remove debugging code (sigh).
7
81.24 Tue Jun 3 05:08:07 CEST 2014
9 - port to mariadb 5.5 (and probably anything < 10), by treating it
10 like mysql with missing library symbols.
11
121.23 Tue May 6 15:03:55 CEST 2014
13 - work around mariadb 10.0.10 no longer exporting vio functions by skipping
14 most of the safety checks - library mismatches will now cause memory
15 corruption causing crashes on the first sql statement execution.
16 - use correct header errno.h, not sys/errno.h.
17
181.22 Fri Aug 2 06:06:14 CEST 2013
19 - experimental support for mariadb 10 (which has quite big changes).
20 - work around incompatible changes (again) in 5.16. use feature my ass.
21 (patch by....)
22
231.21 Thu Oct 11 05:21:10 CEST 2012
24 - no functional changes.
25 - document the fact that the API used by this module is now public,
26 so it doesn't rely on library internals anymore.
27 - verified to work with mysql connector/C 6.0.2 (compatible to
28 5.5).
29
301.2 Thu Jul 26 23:19:47 CEST 2012
31 - ensure DBD::mysql and Coro::Mysql are linked against the same
32 libmysqlclient version (required is same libmysqlclient, but no
33 idea how to check for that).
34 - explicitly support libmysqlclient 5.1 and 5.5 - 5.1 probably just
35 worked before on most (but not all) architectures.
36
371.1 Sun Feb 20 11:34:38 CET 2011
38 - implement a special EV mode, used when EV was available at build
39 time AND is used by AnyEvent, otherwise fall back to Coro::Handle.
40 - perl 5.10 or 5.12 breaks the syntax used in the with_db. fixed.
41
421.02 Wed Sep 1 18:37:48 CEST 2010
43 - use xgptr everywhere, so it actually works on those newer
44 systems.
45
461.01 Tue Aug 31 16:40:16 CEST 2010
47 - gptr typedef is missing from newer libmysql, as
48 pointed out by Yury Zavarin.
49
501.0 Sun Jun 21 02:56:05 CEST 2009
3 - allow unblock calls on non-mysql handles as well. 51 - allow unblock calls on non-mysql handles as well
52 (and return them unchanged).
53 - unpatching was done too late durign destruction -
54 hook diretcly into mysql's vio for that. saves memory
55 and should be faster, even though neither will make a big
56 difference :)
57 - added a nice usage example using PApp::SQL 1.04.
4 58
50.1 Sat May 30 08:57:43 CEST 2009 590.1 Sat May 30 08:57:43 CEST 2009
6 - first cpan upload. 60 - first cpan upload.
7 61
80.01 Sun May 17 15:11:00 CEST 2009 620.01 Sun May 17 15:11:00 CEST 2009

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines