Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
dcc8ae90
Commit
dcc8ae90
authored
Mar 06, 2007
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix to schema file.
parent
11cb4009
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
sql/database-create.sql
sql/database-create.sql
+3
-3
sql/database-migrate.txt
sql/database-migrate.txt
+3
-0
No files found.
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
Markdown
is supported
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