On Thu, Mar 21, 2013 at 8:51 PM, Luke Sneeringer <[email protected]> wrote: > InnoDB supports foreign key constraints but not full-text indexing, while > MyISAM supports full-text indexing but not foreign-key constraints.
InnoDB does support full-text search since MySQL 5.6 http://www.drdobbs.com/database/full-text-search-with-innodb/231902587 -- Javier -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
