"user warning: The used table type doesn't support FULLTEXT indexes query" on install
Richard Eriksson - July 9, 2008 - 06:31
| Project: | Memetracker |
| Version: | 6.x-1.0-alpha1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
Thanks 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.