diff MySQL/NEWS @ 141:0b3e9ee53c46

Added 'MaximumConnectionRetries' & 'ConnectionRetryInterval' to configure the retries when connecting to the DB at startup
author Alain Mazy <alain@mazy.be>
date Mon, 03 Feb 2020 22:29:51 +0100
parents e26690365c25
children 740d9829f52e
line wrap: on
line diff
--- a/MySQL/NEWS	Fri Jan 31 17:24:29 2020 +0100
+++ b/MySQL/NEWS	Mon Feb 03 22:29:51 2020 +0100
@@ -3,6 +3,8 @@
 
 * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata
 * Added an advisory lock to avoid race conditions during database setup
+* Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure 
+  the retries when connecting to the DB at startup
 
 
 Release 2.0 (2019-01-23)