Skip to content
GitLab
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
dcc8ae90
Commit
dcc8ae90
authored
Mar 06, 2007
by
Leigh B. Stoller
Browse files
Minor fix to schema file.
parent
11cb4009
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
dcc8ae90
...
...
@@ -588,9 +588,9 @@ CREATE TABLE `experiment_stats` (
`archive_idx`
int
(
10
)
unsigned
default
NULL
,
`last_error`
int
(
10
)
unsigned
default
NULL
,
`dpdbname`
varchar
(
64
)
default
NULL
,
PRIMARY
KEY
(
`
eid`
,
`pid`
,
`
exptidx`
),
KEY
`
expt
idx`
(
`
expt
idx`
),
KEY
`
rsrc
id
x
`
(
`
rsrc
id
x
`
)
PRIMARY
KEY
(
`exptidx`
),
KEY
`
rsrc
idx`
(
`
rsrc
idx`
),
KEY
`
pide
id`
(
`
pid`
,
`e
id`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
latin1
;
--
...
...
sql/database-migrate.txt
View file @
dcc8ae90
...
...
@@ -3925,3 +3925,6 @@ last_net_act,last_cpu_act,last_ext_act);
All of the sql changes are made in the following script:
./step3_newids.pl
4.110: Minor fix to schema file; skip to next entry.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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