Bug#26909: Specified key was too long; max key length is 255 bytes \
when creating table Federated tables had an artificially low maximum of key length, because the handler failed to implement a method to return it and the default value is taked from the prototype handler. Now, implement that method and return the maximum possible key length, which is that of InnoDB.
Showing
Please register or sign in to comment