So I have a MySQL database with innodb_file_per_table true and the majority of the database in one SSD, and one huge table on a separate drive. The majority of the files are stored in /var/lib/mysql/database1/ but by setting DATA_DIRECTORY on a table (set to /home/that_table), such that that table’s files are stored instead in /home/that_table/database1 If I clone database1 to