From 6a0d9f068f9986c8c05e689e67be7bc22c59efc6 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 13 May 2015 17:40:57 +0200 Subject: [1.8.x] 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. Backport of ae635cc36 from master. --- docs/releases/1.8.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3