The following bug has been CLOSED
======================================================================
http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000069
======================================================================
Reported By: va1210
Assigned To: ilja
======================================================================
Project: DBMail
Bug ID: 69
Category: Authentication layer
Reproducibility: always
Severity: major
Priority: normal
Status: closed
======================================================================
Date Submitted: 22-Aug-04 18:18 CEST
Last Modified: 25-Aug-04 14:15 CEST
======================================================================
Summary: Error in MySQL InnoDB-Migration script
Description:
The foreign key reference in the InnoDB-migration script for MySQL has an
error in the "alter messageblks table"-section. The line
REFERENCES physmessage_id (id)
Should in fact say
REFERENCES dbmail_physmessage (id)
The reference error makes it impossible for mails to be inserted into the
database as the reference always returns an error.
======================================================================
----------------------------------------------------------------------
ilja - 23-Aug-04 11:32 CEST
----------------------------------------------------------------------
fixed applied (both in TRUNK and dbmail_2_0_branch)
Bug History
Date Modified Username Field Change
======================================================================
22-Aug-04 18:18va1210 New Bug
23-Aug-04 10:54ilja Assigned To => ilja
23-Aug-04 10:54ilja Status new => assigned
23-Aug-04 11:32ilja Bugnote Added: 0000181
23-Aug-04 11:32ilja Resolution open => fixed
23-Aug-04 11:32ilja Status assigned => resolved
25-Aug-04 14:15ilja Status resolved => closed
======================================================================