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.23 by root, Mon Mar 4 11:40:52 2019 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2 2
32.1 Mon Mar 4 12:40:34 CET 2019
4 - first attempt at supporting DBD::MariaDB.
5 - new Coro::Mysql::is_unblocked function.
6 - new Coro::Mysql::have_ev function.
7 - updated docs to remove violite scare and add newest history.
8
92.0 Mon Mar 4 06:15:03 CET 2019
10 - major port to new MARIADB_PVIO structure (Pluggable Virtual
11 IO) - so, yay, finally no more header file hacking because an
12 official API exists, but since it is new, the PVIO api is quite
13 broken, and due to the massive changes involved, not sure about
14 backwards compatibility or stability. Seems to work for me.
15 - use mariadb_config or mysql_config commands to find includes
16 and libraries.
17
181.27 Tue Jun 3 15:38:29 CEST 2014
19 - grrr, remove debugging code again.
20
211.26 Tue Jun 3 15:37:40 CEST 2014
22 - fix a use-after-free corruption bug when closing database
23 handles.
24
251.25 Tue Jun 3 05:17:12 CEST 2014
26 - mariadb 5.5 isn't actually binary-compatible to mysql 5.5,
27 work around that.
28 - remove debugging code (sigh).
29
301.24 Tue Jun 3 05:08:07 CEST 2014
31 - port to mariadb 5.5 (and probably anything < 10), by treating it
32 like mysql with missing library symbols.
33
341.23 Tue May 6 15:03:55 CEST 2014
35 - work around mariadb 10.0.10 no longer exporting vio functions by skipping
36 most of the safety checks - library mismatches will now cause memory
37 corruption causing crashes on the first sql statement execution.
38 - use correct header errno.h, not sys/errno.h.
39
401.22 Fri Aug 2 06:06:14 CEST 2013
41 - experimental support for mariadb 10 (which has quite big changes).
42 - work around incompatible changes (again) in 5.16. use feature my ass.
43 (patch by....)
44
451.21 Thu Oct 11 05:21:10 CEST 2012
46 - no functional changes.
3 - document the fact that the API used by this module is now public, 47 - document the fact that the API used by this module is now public,
4 so it doesn't rely on library internals anymore. 48 so it doesn't rely on library internals anymore.
5 - verified to work with mysql connector/C 6.0.2 (compatible to 49 - verified to work with mysql connector/C 6.0.2 (compatible to
6 5.5). 50 5.5).
7 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines