…); Query OK, 0 rows affected (0.25 sec) Records: 0 Duplicates: 0 Warnings: 0 mysql> SHOW CREATE TABLE test\G *************************** 1. row *************************** Table: test Create… example, if one of the two indexes was unique or a foreign key. This is the output of our tool when run…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… then I create one, the following warning is generated: mysql> alter table dir_test_innodb ADD FULLTEXT KEY (full_name, details); Query OK, 0… get an error: mysql> CREATE TABLE dir_test_innodb4 (fts_doc_id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY); ERROR 1166 (42000… define a column and a unique key as they suggest, your data won’t load due to unique key constraint violations unless you also…

