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

Comparing Coro-Mysql/Changes (file contents):
Revision 1.11 by root, Thu Oct 11 03:18:31 2012 UTC vs.
Revision 1.15 by root, Tue May 6 13:04:34 2014 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2 2
31.23 Tue May 6 15:03:55 CEST 2014
4 - work around mariadb 10.0.10 no longer exporting vio functions by skipping
5 most of the safety checks - library mismatches will now cause memory
6 corruption causing crashes on the first sql statement execution.
7 - use correct header errno.h, not sys/errno.h.
8
91.22 Fri Aug 2 06:06:14 CEST 2013
10 - experimental support for mariadb 10 (which has quite big changes).
11 - work around incompatible changes (again) in 5.16. use feature my ass.
12 (patch by....)
13
141.21 Thu Oct 11 05:21:10 CEST 2012
15 - no functional changes.
3 - document the fact that the API used by this module is now public, 16 - document the fact that the API used by this module is now public,
4 so it doesn't rely on library internals anymore. 17 so it doesn't rely on library internals anymore.
5 - verified to work with mysql connector/C 6.0.2 (compatible to 18 - verified to work with mysql connector/C 6.0.2 (compatible to
6 5.5). 19 5.5).
7 20

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines