#!/bin/bash
DBHOST=localhost
TS=TS1
../../src/cgblow --mode=update --uset=d:s:1 --ucond=a:i:1000000 --table=t1 --server=$DBHOST --port=2200 --tableset=$TS --user=lemke/lemke --append --interval=1000 --count=2000000 --protocol=fastserial $@ 
