ad04145791b59754c6a78f4dac94efdf92ede89d galt Wed Jun 19 15:29:48 2019 -0700 Updated geoIp mapping for our 3 official mirrors - RR, euro, asia with much better quality data from MaxMind. diff --git src/hg/geoIp/load-tables src/hg/geoIp/load-tables index 0c1d97a..947bab9 100755 --- src/hg/geoIp/load-tables +++ src/hg/geoIp/load-tables @@ -1,11 +1,11 @@ #!/bin/tcsh # we want to use autoSql to make the .sql # which is handy for initializing empty tables # but we do not need the .c and .h files at this time. foreach f ( *.as ) echo $f - #hgsql hgFixed -e "drop table $f:r" + hgsql hgFixed -e "drop table $f:r" hgsql hgFixed < $f:r.sql hgsql hgFixed -e "load data local infile '$f:r.tab' into table $f:r" hgsql hgFixed -e "select count(*) from $f:r" end