WL#9530: InnoDB_New_DD: FTS index support for newDD

Affects: Server-8.0   —   Status: Complete

The unique aspect of supporting FTS index for newDD is related to the "hidden
aux index tables". These tables are created by "create fulltext index"
operation, and will be deleted along with "drop index".

While these aux tables are normally "hidden" from user, they will have their own
entries in DD system tables. And in the future, they could be "selectable" so
the index content can be dumped for diagnostic or other purposes (and also
replace the information_schema.innodb_ft_* tables).