1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26991 -- Fixed a crash in MySQL where SQL_AUTO_IS_NULL doesn't return a result.

This commit is contained in:
Tim Graham
2016-08-02 10:52:31 -04:00
committed by GitHub
parent 013ee21cf8
commit d95c669c29
2 changed files with 4 additions and 2 deletions

View File

@@ -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`).