Hi! Christopher wrote: > using version 1.2.1 of RealURL I get the following message in PHPMyAdmin > viewing the table "tx_realurl_pathcache": > More than one INDEX key was created for column `page_id` > More than one INDEX key was created for column `hash`
For unknown reason phpMyAdmin developers decided that having more than one index on the same column is bad. It seems that they do not understand how indexes work in MySQL. Just ignore this message. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
