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
Subject
Views
Written By
Posted
26308
January 31, 2008 10:11PM
22241
February 03, 2008 03:34PM
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.