Branch: refs/heads/stable/1.3.x Home: https://github.com/django/django Commit: a15d3b58d8c4cbb6137f0458544ec03f3394bb08 https://github.com/django/django/commit/a15d3b58d8c4cbb6137f0458544ec03f3394bb08 Author: Michael Newman <newmani...@gmail.com> Date: 2012-05-27 (Sun, 27 May 2012)
Changed paths: M django/db/backends/mysql/base.py M tests/regressiontests/backends/tests.py Log Message: ----------- [1.3.x] Fixed #18135 -- Close connection used for db version checking On MySQL when checking the server version, a new connection could be created but never closed. This could result in open connections on server startup. Backport of 4423757c0c50afbe2470434778c8d5e5b4a70925. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.