Originally posted by [b]akrus[/b]
Hi,
Some of the indexes in MySQL database are useless.
Thanks to Percona's Toolkit
ALTER TABLE `guild_position` DROP INDEX `guild_id`;
ALTER TABLE `hotkey` DROP INDEX `char_id`;
ALTER TABLE `skill_homunculus` DROP INDEX `homun_id`;
Could someone commit this into upstream?