ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Mysql/Changes
Revision: 1.8
Committed: Thu Feb 17 02:05:14 2011 UTC (13 years, 3 months ago) by root
Branch: MAIN
Changes since 1.7: +4 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension Coro::Mysql
2
3 - 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.
5 - perl 5.10 or 5.12 breaks the syntax used in the with_db => fixed.
6
7 1.02 Wed Sep 1 18:37:48 CEST 2010
8 - use xgptr everywhere, so it actually works on those newer
9 systems.
10
11 1.01 Tue Aug 31 16:40:16 CEST 2010
12 - gptr typedef is missing from newer libmysql, as
13 pointed out by Yury Zavarin.
14
15 1.0 Sun Jun 21 02:56:05 CEST 2009
16 - allow unblock calls on non-mysql handles as well
17 (and return them unchanged).
18 - unpatching was done too late durign destruction -
19 hook diretcly into mysql's vio for that. saves memory
20 and should be faster, even though neither will make a big
21 difference :)
22 - added a nice usage example using PApp::SQL 1.04.
23
24 0.1 Sat May 30 08:57:43 CEST 2009
25 - first cpan upload.
26
27 0.01 Sun May 17 15:11:00 CEST 2009
28 - original version; cloned from Convert::Scalar.
29