I currently have on a MySQL 5.6 database using innodb_file_per_table the following individual tablespace file.
schema/FTS_00000000000001bb_BEING_DELETED.ibd
The schema is all InnoDB tables, and there ARE NO Full Text
Indexes. I cannot comment on if a developer has tried to create
one previously.
I am none the wiser in explaining the ongoing use of these files,
or if it can be/should be deleted.
On closer inspection there are infact a number of FTS files.
$ ls -al FTS* -rw-r----- 1 mysql mysql 98304 Jan 29 16:21 FTS_00000000000001bb_BEING_DELETED_CACHE.ibd -rw-r----- 1 mysql mysql 98304 Jan 29 16:20 FTS_00000000000001bb_BEING_DELETED.ibd -rw-r----- 1 mysql mysql 98304 Jan 29 16:26 FTS_00000000000001bb_CONFIG.ibd -rw-r----- 1 mysql mysql 98304 Jan 29 16:21 FTS_00000000000001bb_DELETED_CACHE.ibd -rw-r----- 1 mysql mysql 98304 Jan 29 16:00 FTS_00000000000001bb_DELETED.ibd -rw-r----- 1 mysql mysql 98304 Jan 29 16:20 …[Read more]