Active
Project:
Memetracker
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2008 at 06:31 UTC
Updated:
10 Jul 2008 at 03:32 UTC
Similar issue for another module at http://drupal.org/node/210221 so I'm assuming this is the same thing, i.e. that the module does not support InnoDB tables.
Full error message:
user warning: The used table type doesn't support FULLTEXT indexes query: CREATE FULLTEXT INDEX content_index ON memetracker_content (content) in [snip]/modules/memetracker/memetracker.install on line 200.
Comments
Comment #1
kyle_mathews commentedThanks for the heads up -- I wasn't aware that InnoDB does not support Full text searching. I'll add a note in the INSTALL.txt file about this.