941bf3e7563bb711b79180aa572f7250a3548d51 angie Fri Sep 3 15:28:41 2010 -0700 Redmine #717: obey tableBrowser off setting in 'selected fields from primary and related tables' page (thanks Brooke) and table schema 'Connected Tables and Joining Fields'. diff --git src/hg/hgTables/hgTables.h src/hg/hgTables/hgTables.h index d023127..4a082e3 100644 --- src/hg/hgTables/hgTables.h +++ src/hg/hgTables/hgTables.h @@ -290,6 +290,10 @@ /* Get list of fields including their names and types. The type currently is just * a MySQL type string. */ +boolean accessControlDenied(char *db, char *table); +/* Return TRUE if table access is restricted to some host(s) other than + * the one we're running on. */ + /* ------------- Functions related to joining and filtering ------------*/ void tabOutSelectedFields( char *primaryDb, /* The primary database. */