4cffc3eb6f43e109452b5b52d1f760cf1ea6a981 jcasper Sun Jun 7 21:47:37 2026 -0700 Adjusting sessionDb and userDb IDs to be 64-bit in the code, since the database is now ready for it and we're crossing the threshold. refs #33554 diff --git src/hg/hgTrackUi/hgTrackUi.c src/hg/hgTrackUi/hgTrackUi.c index 1b5e783f11c..1256e6428e7 100644 --- src/hg/hgTrackUi/hgTrackUi.c +++ src/hg/hgTrackUi/hgTrackUi.c @@ -3031,31 +3031,31 @@ // If it's just a name, use that for the name and the display title. // But if it's of the form <name|title>, then split them apart. char *dtParts[2]; int partCount = chopByCharRespectDoubleQuotes(datatypes[i], '|', dtParts, 2); char *name, *title; name = title = dtParts[0]; if (partCount > 1) title = dtParts[1]; slPairAdd(&list, name, cloneString(title)); } freeMem(tdbDataTypes); return list; } -unsigned int cartDbParseId(char *, char **); // ADS: avoid extra include +unsigned long cartDbParseId(char *, char **); // ADS: avoid extra include static void facetedCompositeUi(struct trackDb *tdb) { /* ADS: How facetedComposite differs from other track types * - compositeTrack track setting is "faceted" * - Required fields in the 'settings' longblob for the trackDb entry: * - 'metaDataUrl': a non-blocked URL (can be server-local) with * metadata to generate the table. This might change to an existing metadata * setting in the future. * - 'dataTypes': the names of the data types, ordered and space separated. * * This function will embed sessionDb.settings/cart data in the * generated HTML. Instead of embedding all relevant tracks, it * parses the tracks named like: