…Duplicates: 0 Warnings: 1 mysql> SHOW WARNINGS\G *************************** 1. row *************************** Level: Note Code: 1831 Message: Duplicate index ‘col2_2′ defined…MySQL 5.7 the checks will be stricter: in the default SQL mode, a duplicate index will throw a warning instead of a…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…73 sec) Records: 0 Duplicates: 0 Warnings: 1 mysql> show warnings; +———+——+————————————————–+ | Level | Code | Message | …that if you define a column and a unique key as …a time. If you try it, this is what happens: mysql…

