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
emulab
emulab-devel
Commits
1657e21d
Commit
1657e21d
authored
May 24, 2012
by
Leigh B Stoller
Browse files
Oops, I had not saved the buffer.
parent
76163920
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
1657e21d
...
...
@@ -2381,8 +2381,8 @@ CREATE TABLE `node_history` (
KEY
`exptidx`
(
`exptidx`
),
KEY
`stamp`
(
`stamp`
),
KEY
`cnet_IP`
(
`cnet_IP`
),
KEY
`nodestamp`
(
`node_id`
,
`stamp`
)
;
KEY
`ipstamp`
(
`cnet_IP`
,
`stamp`
)
;
KEY
`nodestamp`
(
`node_id`
,
`stamp`
)
,
KEY
`ipstamp`
(
`cnet_IP`
,
`stamp`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
latin1
;
--
...
...
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