summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-05-13 17:40:57 +0200
committerClaude Paroz <claude@2xlibre.net>2015-05-15 17:07:14 +0200
commitae635cc365581889454d2b3c278b3e3a38bd7809 (patch)
treecef182f6d1502c5bac660d2741f9c674b4223e92 /docs
parent0eaef8e527af556c0c517a64035929404cf94a39 (diff)
Fixed #24757 -- Recreated MySQL index when needed during combined index removal
Thanks Thomas Recouvreux for the report and Tim Graham for the tests and review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.2.txt b/docs/releases/1.8.2.txt
index 23483c2a5e..f14036b51f 100644
--- a/docs/releases/1.8.2.txt
+++ b/docs/releases/1.8.2.txt
@@ -27,3 +27,6 @@ Bugfixes
:ticket:`24712`).
* Fixed ``isnull`` lookup for ``HStoreField`` (:ticket:`24751`).
+
+* Fixed a MySQL crash when a migration removes a combined index (unique_together
+ or index_together) containing a foreign key (:ticket:`24757`).