From d95c669c29a0403cd1098664f0ef863fae8b7c98 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 2 Aug 2016 10:52:31 -0400 Subject: Fixed #26991 -- Fixed a crash in MySQL where SQL_AUTO_IS_NULL doesn't return a result. --- docs/releases/1.10.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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`). -- cgit v1.3