Comment 4 for bug 993663

Revision history for this message
aeva black (tenbrae) wrote : Re: dns_domains table mysql charset is 'latin1'. Should be 'utf8'

Need to correct my previous comment -- InnoDB does not support a unique index longer than 767 bytes, even with the newer file formats in 5.1 or 5.5. (You can have a regular index on longer columns, though.)

One solution is to shorten the 'domain' column to 255 characters.