BIND 10 master, updated. d09952e117b38c8f55a4abbb2f50ddba4874d86b [master] Merge branch 'trac2972'.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jun 11 18:36:39 UTC 2013


The branch, master has been updated
       via  d09952e117b38c8f55a4abbb2f50ddba4874d86b (commit)
       via  6849529f7e974888fcbc49c303b709d7c65002af (commit)
      from  ea8be8f804ea9d99f49d299b90ff6cb735254c32 (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 d09952e117b38c8f55a4abbb2f50ddba4874d86b
Merge: ea8be8f 6849529
Author: Thomas Markwalder <tmark at isc.org>
Date:   Tue Jun 11 14:36:14 2013 -0400

    [master] Merge branch 'trac2972'.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcpsrv/tests/schema_copy.h |    2 ++
 1 file changed, 2 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/tests/schema_copy.h b/src/lib/dhcpsrv/tests/schema_copy.h
index 9ebd057..f534fa8 100644
--- a/src/lib/dhcpsrv/tests/schema_copy.h
+++ b/src/lib/dhcpsrv/tests/schema_copy.h
@@ -42,6 +42,7 @@ const char* destroy_statement[] = {
 // Creation of the new tables.
 
 const char* create_statement[] = {
+    "START TRANSACTION",
     "CREATE TABLE lease4 ("
         "address INT UNSIGNED PRIMARY KEY NOT NULL,"
         "hwaddr VARBINARY(20),"
@@ -84,6 +85,7 @@ const char* create_statement[] = {
         ")",
 
     "INSERT INTO schema_version VALUES (1, 0)",
+    "COMMIT",
 
     NULL
 };



More information about the bind10-changes mailing list