File Changes for markd
switch to commits view, user indexv250_preview to v250_preview2 (2011-04-05 to 2011-04-12) v250
- src/hg/inc/hdb.h
- lines changed 9, context: html, text, full: html, text
Fix case where databases are split between two servers with a trackDb specifcationpointing to both servers, e.g.:
db.trackDb=localDb:trackDb_markd,db:trackDb
If a given genome databases existed on only one of the servers, then it would
cause an error when checking for a trackDb in that server. This change
checks for the existance of the database as well as the table.
- src/hg/inc/jksql.h
- lines changed 6, context: html, text, full: html, text
Fix case where databases are split between two servers with a trackDb specifcationpointing to both servers, e.g.:
db.trackDb=localDb:trackDb_markd,db:trackDb
If a given genome databases existed on only one of the servers, then it would
cause an error when checking for a trackDb in that server. This change
checks for the existance of the database as well as the table.
- src/hg/lib/hdb.c
- lines changed 33, context: html, text, full: html, text
Fix case where databases are split between two servers with a trackDb specifcationpointing to both servers, e.g.:
db.trackDb=localDb:trackDb_markd,db:trackDb
If a given genome databases existed on only one of the servers, then it would
cause an error when checking for a trackDb in that server. This change
checks for the existance of the database as well as the table.
- src/hg/lib/jksql.c
- lines changed 9, context: html, text, full: html, text
Fix case where databases are split between two servers with a trackDb specifcationpointing to both servers, e.g.:
db.trackDb=localDb:trackDb_markd,db:trackDb
If a given genome databases existed on only one of the servers, then it would
cause an error when checking for a trackDb in that server. This change
checks for the existance of the database as well as the table.
switch to commits view, user index