Comment 6 for bug 1250797

Revision history for this message
Jason Dunsmore (jasondunsmore) wrote :

Thanks for looking into this Angus. Adding the "mysql_" options fixed the problem without having to change the foreign key:

        mysql_engine='InnoDB',
        mysql_charset='utf8'

I will fix this in the next review (and will try to be more careful about testing these scripts).