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