db003.goope.lan: ... connected. # The following index for table db.a_table contains the clustered index and might be redundant: # CREATE UNIQUE INDEX `a_index` ON `db`.`a_table` (`a_field`) USING BTREE # # DROP/ADD statement: # ALTER TABLE `db`.`a_table` DROP INDEX `a_index`; #