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

Comparing Coro-Mysql/Changes (file contents):
Revision 1.4 by root, Sat Jun 20 20:43:44 2009 UTC vs.
Revision 1.5 by root, Sat Jul 18 05:58:27 2009 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2 2
31.0 Sun Jun 21 02:56:05 CEST 2009
3 - allow unblock calls on non-mysql handles as well 4 - allow unblock calls on non-mysql handles as well
4 (and ignore them). 5 (and return them unchanged).
5 - leak memory and do not try to unpatch at global 6 - unpatching was done too late durign destruction -
6 destruction - it is simply too unsafe. 7 hook diretcly into mysql's vio for that. saves memory
8 and should be faster, even though neither will make a big
9 difference :)
10 - added a nice usage example using PApp::SQL 1.04.
7 11
80.1 Sat May 30 08:57:43 CEST 2009 120.1 Sat May 30 08:57:43 CEST 2009
9 - first cpan upload. 13 - first cpan upload.
10 14
110.01 Sun May 17 15:11:00 CEST 2009 150.01 Sun May 17 15:11:00 CEST 2009

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines