From: Razvan Becheriu Date: Mon, 27 Jan 2020 14:55:07 +0000 (+0200) Subject: [#1073] addressed review X-Git-Tag: Kea-1.7.4~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c752f28b2b4e2a579c7ddd7948fa9f1b26135709;p=thirdparty%2Fkea.git [#1073] addressed review --- diff --git a/ChangeLog b/ChangeLog index 62564d41c7..523650d877 100644 --- 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, diff --git a/src/lib/dhcpsrv/mysql_host_data_source.cc b/src/lib/dhcpsrv/mysql_host_data_source.cc index cc64929cfa..d9bef8ab50 100644 --- a/src/lib/dhcpsrv/mysql_host_data_source.cc +++ b/src/lib/dhcpsrv/mysql_host_data_source.cc @@ -1026,7 +1026,7 @@ private: /// @param [out] bind Binding table. void setBindFields(std::vector& 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;