ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Mysql/Changes
Revision: 1.6
Committed: Tue Aug 31 14:42:28 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-1_01
Changes since 1.5: +4 -0 lines
Log Message:
1.01

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Coro::Mysql
2    
3 root 1.6 1.01 Tue Aug 31 16:40:16 CEST 2010
4     - gptr typedef is missing from newer libmysql, as
5     pointed out by Yury Zavarin.
6    
7 root 1.5 1.0 Sun Jun 21 02:56:05 CEST 2009
8 root 1.4 - allow unblock calls on non-mysql handles as well
9 root 1.5 (and return them unchanged).
10     - unpatching was done too late durign destruction -
11     hook diretcly into mysql's vio for that. saves memory
12     and should be faster, even though neither will make a big
13     difference :)
14     - added a nice usage example using PApp::SQL 1.04.
15 root 1.3
16 root 1.2 0.1 Sat May 30 08:57:43 CEST 2009
17     - first cpan upload.
18    
19 root 1.1 0.01 Sun May 17 15:11:00 CEST 2009
20     - original version; cloned from Convert::Scalar.
21