Skip to content
GitLab
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
69cdc5f7
Commit
69cdc5f7
authored
May 13, 2013
by
Stephen Morris
Browse files
[master] Merge branch 'trac2909'
parents
2f808b5a
56099e37
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/schema_copy.h
View file @
69cdc5f7
...
...
@@ -51,6 +51,10 @@ const char* create_statement[] = {
"subnet_id INT UNSIGNED"
") ENGINE = INNODB"
,
"CREATE INDEX lease4_by_hwaddr_subnet_id ON lease4 (hwaddr, subnet_id)"
,
"CREATE INDEX lease4_by_client_id_subnet_id ON lease4 (client_id, subnet_id)"
,
"CREATE TABLE lease6 ("
"address VARCHAR(39) PRIMARY KEY NOT NULL,"
"duid VARBINARY(128),"
...
...
@@ -63,6 +67,8 @@ const char* create_statement[] = {
"prefix_len TINYINT UNSIGNED"
") ENGINE = INNODB"
,
"CREATE INDEX lease6_by_iaid_subnet_id_duid ON lease6 (iaid, subnet_id, duid)"
,
"CREATE TABLE lease6_types ("
"lease_type TINYINT PRIMARY KEY NOT NULL,"
"name VARCHAR(5)"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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