On 2/5/06, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > Stan Winchester wrote: > > > > What I've been wondering is what MySQL engine should I be using "MyISAM" or > > the default "InnoDB"? > > What functionality do you want to use? For instance, transactions > require InnoDB while full text indexes require MyISAM. (So you > can't have both in MySQL.)
Just to be really clear -- you can't have both *in the same table*. You can of course mix and match table types in the same database. Jochem knows this no doubt, but for the good of those of you less familiar w/ MySQL wanted to clarify > Jochem > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231504 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

