I'm repeatedly getting this error from 10.0.29-MariaDB-0ubuntu0.16.04.1 Ubuntu 16.04
ERROR 1071 (42000) at line 81: Specified key was too long; max key length is 767 bytes
The line targeted will typically look like this:
name VARCHAR(255) NOT NULL UNIQUE,
Changing it to a VARCHAR(63) makes the error go away. Is this a bug in MariaDB?