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
59b6a7f4
Commit
59b6a7f4
authored
Jul 07, 2004
by
Leigh B. Stoller
Browse files
Oops, forgot to add that special case for state_triggers;
parent
69c5eefb
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/export_tables.in
View file @
59b6a7f4
...
...
@@ -70,6 +70,7 @@ while (<FH>) {
print
;
if
(
$dist
&&
/LOCK TABLES ([-\w]*) WRITE/i
)
{
print
"
DELETE FROM $1;
\n
";
print
"
DELETE FROM $1;
\n
"
if
(
$
1
ne
"
state_triggers
");
}
}
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