Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 1475c0e8117f4b07a69740924c0bcf4d2802732f https://github.com/phpmyadmin/phpmyadmin/commit/1475c0e8117f4b07a69740924c0b... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2016-10-30 (Sun, 30 Oct 2016)
Changed paths: M templates/table/relation/common_form.phtml M templates/table/relation/foreign_key_row.phtml
Log Message: ----------- Allow Foreign keys to be added on non-indexed columns, if it's an InnoDB table
InnoDB automatically creates an index over the column, which can be replaced by defining a new index over the same column.
Fix #12665
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com