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
360a2d06
Commit
360a2d06
authored
May 11, 2012
by
Leigh B Stoller
Browse files
Ack, wrong capitalization!
parent
73c7a852
Changes
2
Show whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
360a2d06
...
...
@@ -2379,7 +2379,7 @@ CREATE TABLE `node_history` (
KEY
`node_id`
(
`node_id`
,
`history_id`
),
INDEX
`exptidx`
(
`exptidx`
),
INDEX
`stamp`
(
`stamp`
),
INDEX
`cnet_
ip
`
(
`cnet_
ip
`
)
INDEX
`cnet_
IP
`
(
`cnet_
IP
`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
latin1
;
--
...
...
sql/updates/4/289
View file @
360a2d06
...
...
@@ -18,7 +18,7 @@ sub DoUpdate($$$)
}
if (!DBKeyExists("node_history", "cnet_ip")) {
DBQueryFatal("alter table node_history add " .
" INDEX cnet_
ip
(cnet_
ip
)");
" INDEX cnet_
IP
(cnet_
IP
)");
}
return 0;
}
...
...
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