src/hg/hgc/dbRIP.c 1.9
1.9 2010/05/11 01:43:28 kent
Refactoring to split the trackDb.tableName field into separate track and table fields. Similarly track.mapName field goes to the same track and table fields.
Index: src/hg/hgc/dbRIP.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/dbRIP.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/hg/hgc/dbRIP.c 3 Sep 2008 19:19:07 -0000 1.8
+++ src/hg/hgc/dbRIP.c 11 May 2010 01:43:28 -0000 1.9
@@ -164,9 +164,9 @@
int itemCount = 0;
genericHeader(tdb, item);
-hFindSplitTable(database, seqName, tdb->tableName, table, &hasBin);
+hFindSplitTable(database, seqName, tdb->table, table, &hasBin);
dyStringPrintf(query, "select * from %s where chrom = '%s' and ",
table, seqName);
hAddBinToQuery(winStart, winEnd, query);
dyStringPrintf(query, "name = '%s' and chromStart = %d", item, start);