2 messages in com.mysql.lists.eventum-develRE: CREATE TABLE statements in SCHEMA...
FromSent OnAttachments
Kevin Roberts09 Jul 2005 20:25 
Joao Prado Maia11 Jul 2005 07:11 
Subject:RE: CREATE TABLE statements in SCHEMA.SQL should specify Engine=MyISAM
From:Joao Prado Maia (jp@mysql.com)
Date:07/11/2005 07:11:57 AM
List:com.mysql.lists.eventum-devel

Kevin,

The CREATE TABLE statements in SCHEMA.SQL do not specify the engine type to use, but it seems that MyISAM is assumed. If MyISAM is assumed (or required, as in the case of tables with FULLTEXT indexes), then the DDL should include the ENGINE=MyISAM parameter.

Of course. It was a detail that was overlooked on our previous release, but we will fix that on Eventum 1.5.5.

--Joao