Skip to content
Snippets Groups Projects
Commit de11a628 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Forgotten syntax error commit.

parent 67810b9a
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment