… Cluster (PXC) for MySQL is a hot thing right now and some…cannot replace in short term. Control Your Auto-Incrementing Columns PXC/Galera controls auto-incrementing values internally within the cluster, this…especially if you are planning to write on multiple nodes. Have PRIMARY KEYS If you still …
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… error: mysql> CREATE TABLE dir_test_innodb4 (fts_doc_id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY); ERROR 1166 (42000): Incorrect column name… and dropping FT indexes, it’s entirely possible to DROP multiple FT indexes with InnoDB in the same ALTER TABLE statement…

