perl-DBD-MySQL (Fedora 24)
Dino Edwards
dino.edwards at mydirectmail.net
Wed Jan 3 20:07:50 CET 2018
Don't know much about Fedora, but tt looks like Fedora is using some bleeding edge packages? Cause I'm looking at Ubuntu 16.04 and libdbd-mysql-perl is still in version 4.033. Maybe you should consider using a distro that it's not on the bleeding edge for these purposes?
Not trying to get smart, just a suggestion.
Thanks
-----Original Message-----
From: amavis-users [mailto:amavis-users-bounces+dino.edwards=mydirectmail.net at amavis.org] On Behalf Of Alan Munday
Sent: Wednesday, January 3, 2018 1:22 PM
To: amavis-users at amavis.org
Subject: Re: perl-DBD-MySQL (Fedora 24)
On 03/01/18 18:15, Dino Edwards wrote:
> Not sure, what's happening there. I can tell you on my end that those fields are float type also. What does your sql_select_policy look like? Mine looks like this:
>
> $sql_select_policy = 'SELECT *, users.id FROM users,policy'.
> ' WHERE (users.policy_id=policy.id) AND (users.email IN (%k))'; '
> ORDER BY users.priority DESC';
>
I'm still looking at this and it looks like there is a long standing bug in DBD-MySQL.
From what I've found so far see:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856064
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847311
https://github.com/perl5-dbi/DBD-mysql/issues/78
What I'm currently searching for is a temporary workaround, a couple of
things I've tried so far have not worked.
Alan
More information about the amavis-users
mailing list