Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
5d747f01
Commit
5d747f01
authored
Apr 14, 2003
by
Mac Newbold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure vnames are unique per expt in the reserved table.
parent
a73bfdde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/database-create.sql
sql/database-create.sql
+1
-1
No files found.
sql/database-create.sql
View file @
5d747f01
...
...
@@ -890,7 +890,7 @@ CREATE TABLE reserved (
rsrv_time
timestamp
(
14
)
NOT
NULL
,
vname
varchar
(
32
)
default
NULL
,
PRIMARY
KEY
(
node_id
),
KEY
pid
(
pid
,
eid
)
UNIQUE
KEY
vname
(
pid
,
eid
,
vname
)
)
TYPE
=
MyISAM
;
--
...
...
Write
Preview
Markdown
is supported
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