Browse Source

[master] Added Changelog entry 1296 for trac 5354.

Thomas Markwalder 7 years ago
parent
commit
c8d2505871
1 changed files with 10 additions and 2 deletions
  1. 10 2
      ChangeLog

+ 10 - 2
ChangeLog

@@ -1,6 +1,14 @@
+1296.	[bug]		tmark
+	Altered the mysql backend logic to disable auto_reconnect and
+	set session value of wait_timeout to a very large values. This
+	avoids a segfault in MySQL client library caused by auto-reconnects
+	occuring when kea server's MySQL connection is idle for longer
+	than the global MySQL wait_timeout.
+	(Trac #5354, git 9881ef6d772f27de82c048e198ba0ff9e71b9351)
+
 1295.	[bug]		tomek
-        DHCPv4 and DHCPv6 servers are now able to parse shared networks.
-        A basic shared networks examples added.
+	DHCPv4 and DHCPv6 servers are now able to parse shared networks.
+	A basic shared networks examples added.
 	(Trac #5357, git 74b824cc80f8be66084308c0bf12c1a71f311915)
 
 1294.	[func]		marcin