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
717dc2cb
Commit
717dc2cb
authored
Jul 31, 2007
by
Russ Fish
Browse files
Only check the schemas of tables we dump and load into the inner elab.
parent
1eaef2bb
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/elabinelab.in
View file @
717dc2cb
...
...
@@ -933,7 +933,8 @@ sub DumpDBGoo()
# XXX: Requires that mysqldump be in caller's $PATH - probably an OK
# assumption, but maybe not always
#
my
$mysqldump
=
"
mysqldump -d
$extraopts
$DBNAME
";
my
$mysqldump
=
"
mysqldump -d
$extraopts
$DBNAME
"
.
"
@FULLTABLES
@NODETABLES
@PROJTABLES
@USERTABLES
";
system
("
$mysqldump
2> /dev/null >
$schemafile
");
#
...
...
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