5782ce607fbbe7ddf85b51ec141cef6ddbc52c4a ann Fri Oct 11 16:44:11 2013 -0700 switching hard-coded nfs1 fileserver name for qaConfig variable diff --git src/utils/qa/getRRtableStatus.csh src/utils/qa/getRRtableStatus.csh index af2b551..2225527 100755 --- src/utils/qa/getRRtableStatus.csh +++ src/utils/qa/getRRtableStatus.csh @@ -1,29 +1,28 @@ #!/bin/tcsh source `which qaConfig.csh` ################################ # 12-31-04 # gets the status of any table from an RR database # using mark's genbank dumps. # # Robert Kuhn ################################ set db="" -set machine="hgnfs1" -set machine="rrnfs1" +set machine="rr" set table="" set field="" set dumpfile="" if ( $#argv < 3 || $#argv > 4 ) then echo echo " gets the status for any field of a table from a database." echo " using mark's genbank dumps." echo " warning: not in real time. uses overnight dump." echo echo " usage: database table field [hgwdev | hgwbeta | rr]" echo " fields available: Name, Engine, Version, Row_format, Rows, " echo " Avg_row_length, Data_length, Max_data_length, Index_length, " echo " Data_free, Auto_increment, Create_time, Update_time, " echo " Check_time, Create_options, Comment"