From e692db988b0b4de2ed673ac21621c24702647114 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Feb 2011 12:06:03 +0200 Subject: Validate connection in MySQL pool factory This will help deal with the MySQL server closing connections after a certain period of inactivity. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2e8ade1..e33b7f7 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,10 @@ Version 1.2.0 Note that you can still use the odb namespace when qualifying individual names, for example, odb::database. + * Support for connection validation (ping) in MySQL connection_pool_factory. + This transparently deals with the MySQL server closing connections after + a certain period of inactivity. + Version 1.1.0 * Support for storing containers in the database. For more information refer -- cgit v1.1