Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
test-user.patch | mark a test as TODO which fails in our test setup because we have no users (besides the password-less socket-using root) in our test database |
gregor herrmann <gregoa@debian.org> | not-needed | vendor | 2016-10-04 | |
regression-fix-float_type_conversion.patch | [PATCH] Fix type conversions Calling SvNV() for magical scalar is not enough for float type conversion. It caused problem for Amavis in tainted mode -- all float values were zero. On the other hand SvIV() and SvUV() seems to work fine. To be sure that correct value of float is in scalar use sv_setnv() with explicit NV float value. Similar code is changed also for integers IV/UV. . This patch should fix reported Amavis bug: https://github.com/perl5-dbi/DBD-mysql/issues/78 . See also reported perl bug about SvNV(): https://rt.perl.org/Public/Bug/Display.html?id=130801 gregor herrmann <gregoa@debian.org> |
Pali <pali@cpan.org> | yes | debian upstream | 2021-11-02 | |
0001-Fix-for-MariaDB-10.3.13-with-zerofil.patch | [PATCH] Fix for MariaDB 10.3.13 with zerofil | =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= <git@myname.nl> | yes | debian upstream | 2019-03-05 | |
fix-returncode-on-connection-closed.patch | [PATCH] accept 4031 as a valid return code when connection closed As of 8.0.24 MySQL writes the reason the connection was closed before closing it, so 4031 (ER_CLIENT_INTERACTION_TIMEOUT) is now an valid return code. See https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-24.html#mysqld-8-0-24-connection-management for more information. This addresses the issue reported in https://github.com/perl5-dbi/DBD-mysql/issues/329 |
Walt Mankowski <waltman@pobox.com> | no | https://github.com/perl5-dbi/DBD-mysql/pull/330 | 2021-06-10 |