On 2/17/11 12:47 AM, Mark Martinec wrote: > So, either use the 2.7.0 schema with 2.7.0, or remove the > 'unique' constraint on a 2.6.4 msgrcpt.mail_id key. Thanks Mark. :)
Since v2.7.0 is not released yet, i will stay on v2.6.4. SQL commands used to fix it: mysql> ALTER TABLE msgrcpt DROP PRIMARY KEY; mysql> CREATE INDEX idx_mail_id ON msgrcpt (mail_id); ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user Please visit http://www.ijs.si/software/amavisd/ regularly For administrativa requests please send email to rainer at openantivirus dot org