From 2ceb10f3b02cbebad6ed908880f49a7c3e901d12 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 24 Dec 2014 15:55:57 +0100 Subject: Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB Thanks zimnyx for the report and Simon Charette, Tim Graham for the reviews. --- docs/releases/1.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 3d38ec2443..6a164821b6 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -249,6 +249,9 @@ Database backends and up will support microseconds. See the :ref:`MySQL database notes ` for more details. +* The MySQL backend no longer creates explicit indexes for foreign keys when + using the InnoDB storage engine, as MySQL already creates them automatically. + Email ^^^^^ -- cgit v1.3