https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6624

--- Comment #3 from Mark Martinec <[email protected]> 2011-06-23 18:08:31 
UTC ---
Btw, there is a workaround to the 'affected rows bug' in a form of
a flag in the connection:

Changing the bayes_sql_dsn (in local.cf) from:

bayes_sql_dsn DBI:mysql:sa3;host=127.0.0.1;port=3306

into:

bayes_sql_dsn DBI:mysql:sa3;host=127.0.0.1;port=3306;mysql_client_found_rows=0

which avoids this particular count bug problem (but may cause
others, as mentioned in the MySQL bug report referenced above
and indicated in the DBD::mysql documentation)

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to