ERROR 1296(HY000):错误906'索引中的不支持的属性类型'来自NDBCLUSTER

时间:2015-06-02 13:03:57

标签: mysql-cluster

您好我正在尝试在mysql集群上创建一个表,它会出现以下错误。

第105行的错误1296(HY000):得到错误906'索引中的不支持的属性类型'来自NDBCLUSTER

实际上它不允许' bit'在index属性中,如果有任何其他解决方案,你能帮忙吗?

1 个答案:

答案 0 :(得分:0)

这是一个众所周知的问题:

来自http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-limitations-syntax.html

BIT columns. A BIT column cannot be a primary key, unique key, or index, nor can it be part of a composite primary key, unique key, or index.

这是错误报告:https://bugs.mysql.com/bug.php?id=21622