]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1073] addressed review
authorRazvan Becheriu <razvan@isc.org>
Mon, 27 Jan 2020 14:55:07 +0000 (16:55 +0200)
committerRazvan Becheriu <razvan@isc.org>
Mon, 27 Jan 2020 14:59:48 +0000 (16:59 +0200)
ChangeLog
src/lib/dhcpsrv/mysql_host_data_source.cc

index 62564d41c7649a689f829c6f397d8759832387c4..523650d8777bd5c942ed59463b8ce146033294d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1711.  [func]          razvan
+       Prepared MySqlHostMgr to be used with multi-threading by using a
+       connection pool with thread context.
+       (Gitlab #1073)
+
 1710.  [bug]           fdupont
        The code that handles default parameters and parameters
        inheritance, such as applying global values to subnet level,
index cc64929cfa02ed85ba3adacfe000ff98be7e9abd..d9bef8ab504c1b6d3c2d6318dfc6c700c291d304 100644 (file)
@@ -1026,7 +1026,7 @@ private:
         /// @param [out] bind Binding table.
         void setBindFields(std::vector<MYSQL_BIND>& bind) {
             // This method is called just before making a new query, so we
-            // reset the most_recent_option_id_ and other exchage members to
+            // reset the most_recent_option_id_ and other exchange members to
             // start over with options processing.
             most_recent_option_id_ = 0;