Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • Are you sure this create unique index IX_DD635956 ... statement throws the error and not something else? Commented Sep 15, 2014 at 13:02
  • What is the charset of the table and of the columns? (add the SHOW CREATE TABLE Lock_ ; output in the question.) Also add the specific version (mysql or percona) that gives you this error. Commented Sep 15, 2014 at 13:12
  • I cannot reproduce this error in the latest versions (neither 5.1 nor 5.5 nor 5.6) Commented Sep 15, 2014 at 13:35
  • @ypercube ALTER TABLE ENGINE=MyISAM and there you have the error. Oh, I've seen the error message, I am wrong. Commented Sep 15, 2014 at 14:43
  • The only way I get this error - with this code - is if the charset is 'utf8mb4'. I don't have Percona to test right now but they are either not showing the code that produces the error or something is fishy is going on. Commented Sep 15, 2014 at 14:53