- execute ALTER TABLE StopWords ENGINE = InnoDB; query in the project's database (add table prefix where needed)
- confirm, that engine type of the StopWords table was changed to InnoDB, while other tables remained MyISAM
- login to the Admin Console
- go to Configuration → Website → Stop Words section
- open any record for editing
- confirm, that a temporary table was created for chosen record editing and it has InnoDB engine
Details
Details
Diff Detail
Diff Detail
- Repository
- rINP In-Portal
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.