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

Comparing Coro-Mysql/Changes (file contents):
Revision 1.8 by root, Thu Feb 17 02:05:14 2011 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
121.27 Tue Jun 3 15:38:29 CEST 2014
13 - grrr, remove debugging code again.
14
151.26 Tue Jun 3 15:37:40 CEST 2014
16 - fix a use-after-free corruption bug when closing database
17 handles.
18
191.25 Tue Jun 3 05:17:12 CEST 2014
20 - mariadb 5.5 isn't actually binary-compatible to mysql 5.5,
21 work around that.
22 - remove debugging code (sigh).
23
241.24 Tue Jun 3 05:08:07 CEST 2014
25 - port to mariadb 5.5 (and probably anything < 10), by treating it
26 like mysql with missing library symbols.
27
281.23 Tue May 6 15:03:55 CEST 2014
29 - work around mariadb 10.0.10 no longer exporting vio functions by skipping
30 most of the safety checks - library mismatches will now cause memory
31 corruption causing crashes on the first sql statement execution.
32 - use correct header errno.h, not sys/errno.h.
33
341.22 Fri Aug 2 06:06:14 CEST 2013
35 - experimental support for mariadb 10 (which has quite big changes).
36 - work around incompatible changes (again) in 5.16. use feature my ass.
37 (patch by....)
38
391.21 Thu Oct 11 05:21:10 CEST 2012
40 - no functional changes.
41 - document the fact that the API used by this module is now public,
42 so it doesn't rely on library internals anymore.
43 - verified to work with mysql connector/C 6.0.2 (compatible to
44 5.5).
45
461.2 Thu Jul 26 23:19:47 CEST 2012
47 - ensure DBD::mysql and Coro::Mysql are linked against the same
48 libmysqlclient version (required is same libmysqlclient, but no
49 idea how to check for that).
50 - explicitly support libmysqlclient 5.1 and 5.5 - 5.1 probably just
51 worked before on most (but not all) architectures.
52
531.1 Sun Feb 20 11:34:38 CET 2011
3 - implement a special EV mode, used when EV was available at build 54 - implement a special EV mode, used when EV was available at build
4 time AND is used by AnyEvent, otherwise flal back to Coro::Handle. 55 time AND is used by AnyEvent, otherwise fall back to Coro::Handle.
5 - perl 5.10 or 5.12 breaks the syntax used in the with_db => fixed. 56 - perl 5.10 or 5.12 breaks the syntax used in the with_db. fixed.
6 57
71.02 Wed Sep 1 18:37:48 CEST 2010 581.02 Wed Sep 1 18:37:48 CEST 2010
8 - use xgptr everywhere, so it actually works on those newer 59 - use xgptr everywhere, so it actually works on those newer
9 systems. 60 systems.
10 61

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines