I am using "create temporary table [whatever] ...", however, I am doing this in MySQL 4.1+ whereby the temporary table becomes InnoDB by mistake (it has to be searchable via Fulltext indexes, therefore, must be MyISAM). How do I change the temporary table's type from InnoDB to MyISAM either during creation or after?
Thanx
Phil