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

Comparing Coro-Mysql/Changes (file contents):
Revision 1.15 by root, Tue May 6 13:04:34 2014 UTC vs.
Revision 1.17 by root, Tue Jun 3 03:17:37 2014 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2
31.25 Tue Jun 3 05:17:12 CEST 2014
4 - mariadb 5.5 isn't actually binary-compatible to mysql 5.5,
5 work around that.
6 - remove debugging code (sigh).
7
81.24 Tue Jun 3 05:08:07 CEST 2014
9 - port to mariadb 5.5 (and probably anything < 10), by treating it
10 like mysql with missing library symbols.
2 11
31.23 Tue May 6 15:03:55 CEST 2014 121.23 Tue May 6 15:03:55 CEST 2014
4 - work around mariadb 10.0.10 no longer exporting vio functions by skipping 13 - 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 14 most of the safety checks - library mismatches will now cause memory
6 corruption causing crashes on the first sql statement execution. 15 corruption causing crashes on the first sql statement execution.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines