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
4934fa31
Commit
4934fa31
authored
Aug 14, 2017
by
Leigh B Stoller
Browse files
Fix typo in previous revision.
parent
411327e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-fill-supplemental.sql
View file @
4934fa31
...
...
@@ -46,7 +46,7 @@ INSERT IGNORE INTO `interface_capabilities` VALUES ('generic_10G','ethernet_defs
INSERT
IGNORE
INTO
`interface_types`
VALUES
(
'generic_40G'
,
40000000
,
1
,
'Generic 40GB'
,
'Generic 40GB'
,
1
,
'RJ45'
);
INSERT
IGNORE
INTO
`interface_capabilities`
VALUES
(
'generic_40G'
,
'protocols'
,
'ethernet'
);
INSERT
IGNORE
INTO
`interface_capabilities`
VALUES
(
'generic_40G'
,
'ethernet_defspeed'
,
'40000000'
);
INSERT
IGNORE
INTO
`interface_types`
VALUES
(
'generic_
4
0G'
,
100000000
,
1
,
'Generic 100GB'
,
'Generic
4
0GB'
,
1
,
'RJ45'
);
INSERT
IGNORE
INTO
`interface_types`
VALUES
(
'generic_
10
0G'
,
100000000
,
1
,
'Generic 100GB'
,
'Generic
10
0GB'
,
1
,
'RJ45'
);
INSERT
IGNORE
INTO
`interface_capabilities`
VALUES
(
'generic_100G'
,
'protocols'
,
'ethernet'
);
INSERT
IGNORE
INTO
`interface_capabilities`
VALUES
(
'generic_100G'
,
'ethernet_defspeed'
,
'100000000'
);
...
...
sql/updates/4/594
View file @
4934fa31
...
...
@@ -22,8 +22,8 @@ sub DoUpdate($$$)
DBQueryFatal("INSERT IGNORE INTO `interface_capabilities` VALUES ".
" ('generic_40G','ethernet_defspeed','40000000')");
DBQueryFatal("INSERT IGNORE INTO `interface_types` VALUES ".
" ('generic_
4
0G',100000000,1,'Generic 100GB',".
" 'Generic
4
0GB',1,'RJ45')");
" ('generic_
10
0G',100000000,1,'Generic 100GB',".
" 'Generic
10
0GB',1,'RJ45')");
DBQueryFatal("INSERT IGNORE INTO `interface_capabilities` VALUES ".
" ('generic_100G','protocols','ethernet')");
DBQueryFatal("INSERT IGNORE INTO `interface_capabilities` VALUES ".
...
...
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