]> ruin.nu Git - ndwebbie.git/blobdiff - scripts/fetchdumps.pl
Remove old ugly hacks from pre-history
[ndwebbie.git] / scripts / fetchdumps.pl
index 71c0c2b88c350c5eae4f48c88e309e885383d610..4a7ae1b6b774dd5b6226614b812a63dc0cad5bbb 100755 (executable)
@@ -36,8 +36,6 @@ use ND::DB;
 
 our $dbh = ND::DB::DB();
 
-$dbh->do("SET CLIENT_ENCODING TO 'LATIN1';");
-
 my $insert = $dbh->prepare("INSERT INTO dumps(tick,type,modified,dump) VALUES(?,?,?,?)");
 my $select = $dbh->prepare("SELECT 1 FROM dumps WHERE type = ? AND modified = ?");
 my $updated = 0;