ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Mysql/Changes
Revision: 1.16
Committed: Tue Jun 3 03:08:34 2014 UTC (10 years ago) by root
Branch: MAIN
CVS Tags: rel-1_24
Changes since 1.15: +4 -0 lines
Log Message:
1.24

File Contents

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