Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
ba8778bd
Commit
ba8778bd
authored
Aug 21, 2018
by
Dan Reading
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.flux.utah.edu:emulab/emulab-devel
parents
3b6df2f0
c7a9d99e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
utils/deletenode.in
utils/deletenode.in
+2
-1
No files found.
utils/deletenode.in
View file @
ba8778bd
#!/usr/bin/perl -w
#
# Copyright (c) 2004-201
5
University of Utah and the Flux Group.
# Copyright (c) 2004-201
8
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -165,6 +165,7 @@ if ($options{"S"}) {
}
my
$dumpopts
=
"
--compact --no-create-info --add-locks
";
$dumpopts
.=
"
--set-gtid-purged=OFF
";
while
(
my
(
$table
,
$clist
)
=
each
%clean_tables
)
{
foreach
my
$column
(
@$clist
)
{
if
(
system
("
mysqldump
$dumpopts
-w
\"
$column
='
$node
'
\"
tbdb
$table
>>
$savefile
"))
{
...
...
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