OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: engine is now innoDB instead of MyISAM.

From: Reindl Harald (h.reindlthelounge.net)
Date: Sun Apr 29 2012 - 08:01:44 CDT


Am 29.04.2012 14:50, schrieb Brown:
> is a complain I received from one of my developer that after following our MySQL
> Cluster migration, tables are now defaulting to innodb (how can he tell)

as already said:

the builtin default has changed an you have to configure MyISAM
as default yourself with "default-storage-engine = myisam"

and yes, InnoDB can be a big problem if your application is only
tested against MyISAM because it works completly different inside