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
992d802a
Commit
992d802a
authored
Jun 08, 2006
by
Leigh B. Stoller
Browse files
Couple of fixes from Chris. I still need to deal with the template
mess I created.
parent
153afeb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-migrate.txt
View file @
992d802a
...
...
@@ -3320,7 +3320,7 @@ last_net_act,last_cpu_act,last_ext_act);
PRIMARY KEY (session)
);
lock tables log write;
lock tables log
write, session_info
write;
insert into session_info
select session, uid, exptidx from log
...
...
@@ -3355,7 +3355,7 @@ last_net_act,last_cpu_act,last_ext_act);
alter table virt_nodes add plab_role enum('plc','node','none') \
NOT NULL default 'none' after inner_elab_role;
4.60: Various changes to templates.
4.60: Various changes to templates.
alter table experiment_template_metadata_items \
change value value mediumtext;
...
...
sql/templates.sql
View file @
992d802a
...
...
@@ -289,7 +289,7 @@ CREATE TABLE experiment_template_instances (
PRIMARY
KEY
(
idx
),
KEY
(
exptidx
),
KEY
(
parent_guid
,
parent_vers
),
KEY
(
pid
,
eid
)
,
KEY
(
pid
,
eid
)
)
TYPE
=
MyISAM
;
#
...
...
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