BIND 10 trac3080, updated. 43a53ba8b09eb779c69703a7cd3e923783b6199a [3080] Use the correct header name schema_mysql_copy.h in MySQL unit test.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 28 15:13:18 UTC 2014
The branch, trac3080 has been updated
via 43a53ba8b09eb779c69703a7cd3e923783b6199a (commit)
from 6adb8b731be3a72e9a6e407ca076a7ee1810d826 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 43a53ba8b09eb779c69703a7cd3e923783b6199a
Author: Marcin Siodelski <marcin at isc.org>
Date: Fri Mar 28 16:10:14 2014 +0100
[3080] Use the correct header name schema_mysql_copy.h in MySQL unit test.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc b/src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc
index ecae6dc..3f61e8c 100644
--- a/src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc
+++ b/src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc
@@ -38,7 +38,7 @@ using namespace std;
namespace {
// This holds statements to create and destroy the schema.
-#include "schema_copy.h"
+#include "schema_mysql_copy.h"
// Connection strings.
// Database: keatest
More information about the bind10-changes
mailing list