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
4e0fe214
Commit
4e0fe214
authored
Sep 18, 2003
by
Robert Ricci
Browse files
Add in some indexes added by Mac
parent
6c672b92
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
4e0fe214
...
...
@@ -925,7 +925,8 @@ CREATE TABLE os_info (
max_concurrent
int
(
11
)
default
NULL
,
PRIMARY
KEY
(
osname
,
pid
),
KEY
osid
(
osid
),
KEY
OS
(
OS
)
KEY
OS
(
OS
),
KEY
path
(
path
(
255
))
)
TYPE
=
MyISAM
;
--
...
...
@@ -1217,7 +1218,7 @@ CREATE TABLE testbed_stats (
action
varchar
(
16
)
NOT
NULL
default
''
,
exitcode
tinyint
(
3
)
default
'0'
,
uid
varchar
(
8
)
NOT
NULL
default
''
,
PRIMARY
KEY
(
idx
)
PRIMARY
KEY
(
idx
)
,
KEY
rsrcidx
(
rsrcidx
)
)
TYPE
=
MyISAM
;
...
...
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