summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-07-28 18:03:42 -0400
committerTim Graham <timograham@gmail.com>2016-07-28 18:03:42 -0400
commit3771019de9681260a25532498fca710f8c6c335c (patch)
tree20e1ef2729473d49afc524a59cbbd1b01653f301 /docs
parent2255b5f8a7dfc9fbcbeeb60e76bb94fd1f8a8d87 (diff)
[1.9.x] Fixed #26657 -- Made GeomValue omit SRID for MySQL.
This fixes some test failures on MySQL 5.7+. Backport of 9031a4c13bdb1ee4d0f1253fcfcad73d26c25740 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.9.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.9.9.txt b/docs/releases/1.9.9.txt
index 8e90f6c8dd..a777b17021 100644
--- a/docs/releases/1.9.9.txt
+++ b/docs/releases/1.9.9.txt
@@ -11,3 +11,5 @@ Bugfixes
* Fixed invalid HTML in template postmortem on the debug page
(:ticket:`26938`).
+
+* Fixed some GIS database function crashes on MySQL 5.7 (:ticket:`26657`).