On Wed, Dec 17, 2008 at 10:14:46PM +0000, Andrew Hutchings wrote: > On Wed, 2008-12-17 at 15:40 -0600, Brian Moon wrote: > > > For Phorum, I would not. In the current MySQL world, I would like to > > have people that have InnoDB use it. So, the create statements show > > InnoDB. But, if it is not on the server, well, this would be bad. It > > helps that MySQL falls back to the default table type. > > > > Make sense? Any solutions come to mind for this case? > > Maybe a server option to turn on this behaviour, but error by default?
MySQL has an sql_mode for NO_ENGINE_SUBSTITUTION, so it's possible to do it there. In Drizzle we should just error out. i.e. default to NO_ENGINE_SUBSTITUTION. -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

