4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/hg/oneShot/timeMysqlHandler/timeMysqlHandler.c src/hg/oneShot/timeMysqlHandler/timeMysqlHandler.c index f225cea..0e8412a 100644 --- src/hg/oneShot/timeMysqlHandler/timeMysqlHandler.c +++ src/hg/oneShot/timeMysqlHandler/timeMysqlHandler.c @@ -1,19 +1,19 @@ /* timeMysqlHandler - Compare performance of mysql HANDLER vs. SELECT for big & small queries. */ /* Copyright (C) 2013 The Regents of the University of California - * See README in this or parent directory for licensing information. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #include "common.h" #include "options.h" #include "annoRow.h" #include "binRange.h" #include "jksql.h" #include "hdb.h" /* The annoGrator infrastructure depends on two things for speed: * - data sources provide rows strictly sorted by (chrom, chromStart) * - data sources are streaming, i.e. they start providing rows more or less * immediately instead of reading everything into memory and then providing it. * * Our database tables are sorted by (chrom, chromStart) and QA checks for that. * However, when an index is used to get rows only for a certain position range, * rows are returned by the server in index order, and for tables that use the