17f24dd9d13da96fc5492b03cd0a27b769f31673
braney
  Thu Mar 6 14:38:36 2014 -0800
more UCSC genes changes.
diff --git src/hg/lib/spMrna.sql src/hg/lib/spMrna.sql
index d3b08a7..f38e42b 100644
--- src/hg/lib/spMrna.sql
+++ src/hg/lib/spMrna.sql
@@ -1,7 +1,7 @@
 # This table stores the protein/mrna pairs for the Known Genes track
 CREATE TABLE spMrna (
   spID varchar(255) NOT NULL default '',	# SWISS-PROT protein ID
   mrnaID varchar(255) NOT NULL default '',	# mRNA accession number
   KEY  (spID)
-) TYPE=MyISAM;
+) ENGINE=MyISAM;