7451bb14cd180fcccad05b75a1d86c38eccb4acc braney Wed Sep 30 14:26:43 2015 -0700 add an index to the decipherRaw file #16107 diff --git src/hg/lib/decipherRaw.sql src/hg/lib/decipherRaw.sql index 6d981ad..7f03dfb 100644 --- src/hg/lib/decipherRaw.sql +++ src/hg/lib/decipherRaw.sql @@ -1,11 +1,11 @@ CREATE TABLE decipherRaw ( id varchar(40), start int(10), end int(10), chr varchar(40), mean_ratio float, classification_type varchar(255), phenotype varchar(255), key id (id) -) TYPE=MyISAM; +) ENGINE=MyISAM;