0f2b15b55316a468c710d89d7078ac6aa95a2bc8 angie Mon Jun 24 09:02:45 2013 -0700 Fixing problems with the way hgTables and hgVai handled failed position searches.fixes #10964, refs #6152 diff --git src/hg/hgTables/hgTables.h src/hg/hgTables/hgTables.h index d7475b9..b7af6a9 100644 --- src/hg/hgTables/hgTables.h +++ src/hg/hgTables/hgTables.h @@ -905,31 +905,31 @@ char *filter, /* Filter to add to SQL where clause if any. */ struct hash *idHash, /* Restrict to id's in this hash if non-NULL. */ struct lm *lm, /* Where to allocate memory. */ int *retFieldCount); /* Number of fields. */ /* Return a bed list of all items in the given range in subtrack-merged table. * Cleanup result via lmCleanup(&lm) rather than bedFreeList. */ struct bed *dbGetFilteredBedsOnRegions(struct sqlConnection *conn, char *db, char *dbVarName, char *table, char *tableVarName, struct region *regionList, struct lm *lm, int *retFieldCount); /* Get list of beds from database in region that pass filtering. */ /* ----------- Page displayers -------------- */ -void doMainPage(struct sqlConnection *conn); +void doMainPage(struct sqlConnection *conn, boolean webStarted); /* Put up the first page user sees. */ void mainPageAfterOpen(struct sqlConnection *conn); /* Put up main page assuming htmlOpen()/htmlClose() * will happen in calling routine. */ void doTest(); /* Put up a page to see what happens. */ void doTableSchema(char *db, char *table, struct sqlConnection *conn); /* Show schema around table. */ void doSchema(struct sqlConnection *conn); /* Show schema around current track. */