Hi all,
In documentation, prefix index are supposed to be ignored as not compatible with ndb engine
http://dev.mysql.com/doc/refman/5.6/en/mysql-cluster-limitations-unsupported.html
In fact, prefix are not ignored and error is raised by the server
ERROR 1089 (HY000): Incorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys
Is there an option that I missed somewhere to force ignoring prefix on indexes ?
Regards, Bruno.
Server version: 5.6.25-ndb-7.4.7-cluster-gpl MySQL Cluster Community Server (GPL)
In documentation, prefix index are supposed to be ignored as not compatible with ndb engine
http://dev.mysql.com/doc/refman/5.6/en/mysql-cluster-limitations-unsupported.html
In fact, prefix are not ignored and error is raised by the server
ERROR 1089 (HY000): Incorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys
Is there an option that I missed somewhere to force ignoring prefix on indexes ?
Regards, Bruno.
Server version: 5.6.25-ndb-7.4.7-cluster-gpl MySQL Cluster Community Server (GPL)