MySQL Forums
Forum List  »  Full-Text Search

Re: FTS remains existent after dropping index
Posted by: Wolfgang Zuser
Date: June 20, 2016 01:27AM

Create Table: CREATE TABLE `XXX` (
`int_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`int_timestamp` datetime NOT NULL ,
[a lot of fields]
PRIMARY KEY (`int_id`),
KEY `TIMESTAMP` (`int_timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=7447197598 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci

The message comes from SHOW ENGINE INNODB STATUS\G in the last section Transactions.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: FTS remains existent after dropping index
1300
June 20, 2016 01:27AM


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.