Project

General

Profile

« Previous | Next » 

Revision 9553

inputs/GBIF/raw_occurrence_record/run: herbaria_filter.table/make(): herbaria_filter: don't explicitly set ENGINE or DEFAULT CHARSET, because these should be set to the database values instead so that collations, etc. match

View differences:

inputs/GBIF/raw_occurrence_record/run
53 53
CREATE TABLE IF NOT EXISTS `herbaria_filter` (
54 54
 `acronym` varchar(255) NOT NULL,
55 55
 PRIMARY KEY (`acronym`)
56
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='from IH.vegpath.org?&Index+Herbariorum'
56
) COMMENT='from IH.vegpath.org?&Index+Herbariorum'
57 57
EOF
58 58
	mysql_truncate
59 59
	for part in "${parts[@]}"; do

Also available in: Unified diff