One of them semicolons snuck out of the barn again...
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 16 Mar 2008 20:07:40 +0000 (20:07 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 16 Mar 2008 20:07:40 +0000 (20:07 +0000)
maintenance/postgres/mediawiki_mysql2postgres.pl

index eb87eeb..54eebf7 100644 (file)
@@ -274,7 +274,7 @@ $verbose and warn qq{Writing truncates to empty existing tables\n};
 for my $t (@torder, 'objectcache', 'querycache') {
        next if $t eq '---';
        my $tname = $special{$t}||$t;
-       printf qq{TRUNCATE TABLE %-20s\n}, qq{"$tname"};
+       printf qq{TRUNCATE TABLE %-20s;\n}, qq{"$tname"};
 }
 print "\n\n";