e94544af212fcdc8feaa80eba76f700fd2522f60
galt
  Wed May 16 15:20:25 2018 -0700
Adding helpful utility for calculating maximum rowsize of mysql tables

diff --git src/hg/utils/makefile src/hg/utils/makefile
index 849f6a7..eeec513 100644
--- src/hg/utils/makefile
+++ src/hg/utils/makefile
@@ -46,30 +46,31 @@
 	pslMap \
 	pslMapPostChain \
 	pslRc \
 	tdbQuery \
 	transMapPslToGenePred \
 	twoBitMask
 
 USER_APP_SCRIPTS = \
 	vai.pl
 
 SCRIPT_FILES = \
 	dbNsfpToBed.pl \
 	dumpDb.pl \
 	mergeOverlapBed4.pl \
 	mergeSortedBed3Plus.pl \
+	mysqlRowSizes.pl \
 	${USER_APP_SCRIPTS}
 
 APP_SCRIPTS = ${SCRIPT_FILES}
 
 # List of directories to build of interest only at UCSC
 DIRS = ${buildRefresh} \
 	automation \
 	buildReleaseLog \
 	checkUrlsInTable \
 	geoMirrorNode \
 	hgvsToVcf \
 	makeTrackIndex \
 	mysqlSecurityCheck \
 	pslFixCdsJoinGap \
 	pslMismatchGapToBed \