don't show times -- not interesting for debugging right now

This commit is contained in:
Andy2 2011-06-20 18:55:17 -07:00
parent 85d484a881
commit aecdd8922f

View file

@ -25,7 +25,7 @@ QUERY="WHERE NOT -NTOTAL = sum_array(nperdevice)"
echo "Device count: $(pidof xwords | wc | awk '{print $2}')"
echo "Row count:" $(psql -t xwgames -c "select count(*) FROM games $QUERY;")
echo "SELECT dead,connname,cid,room,lang,ntotal,nperdevice,seeds,ack,nsent,ctime,mtimes "\
echo "SELECT dead,connname,cid,room,lang,ntotal,nperdevice,seeds,ack,nsent "\
"FROM games $QUERY ORDER BY NOT dead, connname LIMIT $LIMIT;" \
| psql xwgames