Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1475c0e8117f4b07a69740924c0bcf4d2802732f
https://github.com/phpmyadmin/phpmyadmin/commit/1475c0e8117f4b07a69740924c0…
Author: Deven Bansod <devenbansod.bits(a)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(a)gmail.com>
Commit: 8556b5d4bf9dc2f2740d5fba81fbc64e2718f111
https://github.com/phpmyadmin/phpmyadmin/commit/8556b5d4bf9dc2f2740d5fba81f…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2016-10-30 (Sun, 30 Oct 2016)
Changed paths:
M ChangeLog
Log Message:
-----------
ChangeLog for #12665
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: 03fd02ad50d7d2ccda0c1128f02dd4c4a3b0879a
https://github.com/phpmyadmin/phpmyadmin/commit/03fd02ad50d7d2ccda0c1128f02…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2016-10-30 (Sun, 30 Oct 2016)
Changed paths:
M ChangeLog
M templates/table/relation/common_form.phtml
M templates/table/relation/foreign_key_row.phtml
Log Message:
-----------
Merge branch 'QA_4_6'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/d73bf36ff728...03fd02ad50d7
Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1475c0e8117f4b07a69740924c0bcf4d2802732f
https://github.com/phpmyadmin/phpmyadmin/commit/1475c0e8117f4b07a69740924c0…
Author: Deven Bansod <devenbansod.bits(a)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(a)gmail.com>