Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
de11a628
Commit
de11a628
authored
Jan 18, 2011
by
Andreas Kusalananda Kähäri
Browse files
Forgotten syntax error commit.
parent
67810b9a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
misc-scripts/production_database/scripts/push_master_tables.pl
...scripts/production_database/scripts/push_master_tables.pl
+2
-2
No files found.
misc-scripts/production_database/scripts/push_master_tables.pl
View file @
de11a628
...
...
@@ -436,7 +436,7 @@ foreach my $server (@servers) {
.
"
-- Useful SQL:
\n
",
$table
,
$pk
,
$master_pk
)
);
foreach
$t
(
@
{
$tables
{
$table
}
}
)
{
foreach
my
$t
(
@
{
$tables
{
$table
}
}
)
{
push
(
@
{
$sql
{
$dbname
}
},
sprintf
(
"
-- CREATE TABLE %s_dup LIKE %s
\n
",
...
...
@@ -455,7 +455,7 @@ foreach my $server (@servers) {
}
$is_missing
=
0
;
}
}
## end if ($is_same)
}
## end foreach my $master_pk ( keys...)
if
(
$is_missing
)
{
...
...
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