Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
d09952e1
Commit
d09952e1
authored
Jun 11, 2013
by
Thomas Markwalder
Browse files
[master] Merge branch 'trac2972'.
parents
ea8be8f8
6849529f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/schema_copy.h
View file @
d09952e1
...
...
@@ -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
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment