[Devel] xcap_xml table definition

Helge Waastad helge at smartnet.no
Wed Feb 14 08:57:05 CET 2007


Hi,
I just want to comment that the current xcap_xml table will not work on
a mysql cluster:

doc_type blob NOT NULL,
    ->   UNIQUE KEY udd_xcap (username,domain,doc_type),
    ->   PRIMARY KEY (id)
    -> )type=ndbcluster;
ERROR 1073 (42000): BLOB column 'doc_type' can't be used in key
specification with the used table type



More information about the Devel mailing list