https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5998
Summary: Mail::SpamAssassin::BayesStore::MySQL.pm is not
completely master-master replication safe
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
When using Mail::SpamAssassin::BayesStore::MySQL.pm in a master-master
replication status, there is a problem with some of the insert code which can
cause replication errors.
Although the interactions with bayes_token are safe (i.e. the inserts have an
ON DUPLICATE statement), the interaction with bayes_seen is not.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.