]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
minor changes
authorRazvan Becheriu <razvan@isc.org>
Thu, 28 Mar 2019 10:28:27 +0000 (12:28 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 19 Apr 2019 07:55:02 +0000 (03:55 -0400)
src/lib/dhcpsrv/benchmarks/benchmarks.dox
src/lib/dhcpsrv/benchmarks/mysql_host_data_source_benchmark.cc
src/lib/dhcpsrv/benchmarks/mysql_lease_mgr_benchmark.cc

index 98dc88a4480fd19efbb478c8be8c95139aa8ffb9..09f69dbb6c3d3807ed322c754fada19ef294d5e5 100644 (file)
@@ -166,7 +166,7 @@ a new benchmark.
 benchmarks should, otherwise the major benefit of comparing different backends
 would disappear), there should be a method in the base class (either
 @ref isc::dhcp::bench::GenericHostDataSourceBenchmark or
-@ref isc::dhcp::bench::GenericLeaseMgrBenchmark). See 
+@ref isc::dhcp::bench::GenericLeaseMgrBenchmark). See
 @ref isc::dhcp::bench::GenericLeaseMgrBenchmark::benchUpdateLeases4 as an example.
 
 -# You need to define a benchmark suing BENCHMARK_DEFINE_F macro. This should be
index 9b97f9bdc2415e363720c7109bab8052cf3e59a0..ecdcb77f862633137005cdc2816fb91b1f82bed2 100644 (file)
@@ -67,7 +67,7 @@ public:
                  << endl;
         }
         HostMgr::delBackend("mysql");
-        // If data wipe enabled, delete transient data otherwise destroy the schema.
+        // If data wipe enabled, delete transient data otherwise destroy the schema
         destroyMySQLSchema();
     }
 
index 84b8649a07ad6263be4cadda9fe4d2e1eb1c21fb..49226420bab3f872b8f590fe3cc5d68ed5b79541 100644 (file)
@@ -64,7 +64,7 @@ public:
                  << endl;
         }
         LeaseMgrFactory::destroy();
-        // If data wipe enabled, delete transient data otherwise destroy the schema.
+        // If data wipe enabled, delete transient data otherwise destroy the schema
         destroyMySQLSchema();
     }