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
368e657a
Commit
368e657a
authored
Jul 06, 2017
by
Leigh B Stoller
Browse files
mysql 5.7 fix; load tables wants all the columns even if the last ones
have default values. Hmm.
parent
dffbfa8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/elabinelab.in
View file @
368e657a
...
...
@@ -1158,7 +1158,7 @@ sub DumpDBGoo()
"
Could not dump table reserved
\n
");
# Copy tiplines table for all nodes so web form gives us a console icon!
DBQueryWarn
("
select t.tipname,t.node_id,'',t.disabled,0,0,NULL
"
.
DBQueryWarn
("
select t.tipname,t.node_id,'',t.disabled,0,0,NULL
,NULL,0,0
"
.
"
from reserved as r
"
.
"
left join virt_nodes as v on v.vname=r.vname and
"
.
"
v.pid=r.pid and v.eid=r.eid
"
.
...
...
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