Re: FTS remains existent after dropping index
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.
Subject
Views
Written By
Posted
3733
June 16, 2016 03:13AM
1338
June 20, 2016 12:47AM
Re: FTS remains existent after dropping index
1450
June 20, 2016 01:27AM
1343
June 28, 2016 03:59AM
1300
September 30, 2016 08:18PM
1284
October 03, 2016 12:31AM
1187
September 21, 2016 01:04AM
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.