I'm trying to migrate a site built on MySQL 5 to a MySQL 4.1 server but the advanced_mail db tables are causing a problem.

The mysql import fails with the error:
ERROR 1170 (42000) at line 137: BLOB/TEXT column 'mailkey' used in key specification without a key length

If MySQL 5 is required, maybe it should be specified on the project home page?

Comments

Anonymous’s picture

Component: Documentation » Code
Assigned: Unassigned »

Thanks for telling me. I'll try and get this fixed soon. I had only tested the D6 edition with PostgreSQL and made a blind assumption that it would work with MySQL as well because of the Drupal database abstraction layer in D6.