summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-08-02 08:34:15 -0400
committerTim Graham <timograham@gmail.com>2016-08-02 10:52:49 -0400
commit11c5c3b8012328dfc0fbb78c758335c6e6054cc5 (patch)
treeeb0c96164468c2a96f57fb72ecfcdca726e5690d /docs
parentd5dbf2e1663af6fb8347cf4627f049a5f4ccac11 (diff)
[1.10.x] Fixed #26991 -- Fixed a crash in MySQL where SELECT @@SQL_AUTO_IS_NULL doesn't return a result.
Backport of 431cbd115b9aac22a539682820742d9966237a84 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt
index 1ebeb9c92a..2f4fd581b9 100644
--- a/docs/releases/1.10.1.txt
+++ b/docs/releases/1.10.1.txt
@@ -9,4 +9,5 @@ Django 1.10.1 fixes several bugs in 1.10.
Bugfixes
========
-* ...
+* Fixed a crash in MySQL connections where ``SELECT @@SQL_AUTO_IS_NULL``
+ doesn't return a result (:ticket:`26991`).