After upgrading to 4.2.2 with https://github.com/Shopify/lhm/pull/160, we are getting errors vs MySQL 8.0 when running a clean environment, spinning up a DB clean with our full history of migrations :
Mysql2::Error: ALGORITHM=INPLACE is not supported. Reason: InnoDB presently supports one FULLTEXT index creation at a time. Try ALGORITHM=COPY
I'm struggling to reproduce this issue. Can you please provide the code for the failing migration and the SHOW CREATE TABLE of the table that it is changing?
After upgrading to 4.2.2 with https://github.com/Shopify/lhm/pull/160, we are getting errors vs MySQL 8.0 when running a clean environment, spinning up a DB clean with our full history of migrations :
Mysql2::Error: ALGORITHM=INPLACE is not supported. Reason: InnoDB presently supports one FULLTEXT index creation at a time. Try ALGORITHM=COPY
We had not seen this prior to 4.2.2