aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-21 12:06:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-21 12:06:03 +0200
commite692db988b0b4de2ed673ac21621c24702647114 (patch)
tree4e10c1ad5577543a0181ec9a7980b3c60f3abc81 /NEWS
parent3cc7d6569990cfb4fae913e1ea0e56c1e80c2246 (diff)
Validate connection in MySQL pool factory
This will help deal with the MySQL server closing connections after a certain period of inactivity.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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