MySQL Forums
Forum List  »  Full-Text Search

Re: The used table type doesn't support FULLTEXT indexes
Posted by: Rui Sá
Date: April 30, 2008 05:29AM

MySQL 5.0.46

mysql> CREATE TABLE customers (customer_code VARCHAR(10) NOT NULL, name VARCHAR(30) NOT NULL, contact_name VARCHAR(20) NOT NULL, contract_email VARCHAR(30) NOT NULL);

mysql> ALTER TABLE customers
-> ADD FULLTEXT(name);

ERROR 1214 <HY000>: The used table type doesn´t support FULLTEXT indexes

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: The used table type doesn't support FULLTEXT indexes
11302
April 30, 2008 05:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.