summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-12-24 15:55:57 +0100
committerClaude Paroz <claude@2xlibre.net>2014-12-27 12:52:44 +0100
commit2ceb10f3b02cbebad6ed908880f49a7c3e901d12 (patch)
treed79a50705b32da2fa33c37b8c54e99ce9108b599 /docs
parent47182965465f47657cbab6858a6a8637cc32b2df (diff)
Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB
Thanks zimnyx for the report and Simon Charette, Tim Graham for the reviews.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt3
1 files changed, 3 insertions, 0 deletions
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
<mysql-fractional-seconds>` 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
^^^^^