System Update Issue
Posted: Thu Nov 08, 2018 1:09 am
Hi Steven,
I have an a problem with the system update. Whenever i run it it changes the database engine of all my tables from InnoDB back to MyISAM.
I use transaction statements on some of the tables. MyISAM is not a transaction engine.
At them moment i have run an sql statement to generate an ALTER TABLE list to convert them back. I leave all the 'zzzz' systems tables as MyISAM
Is there any reason why it alters the db engine of non system tables?
Andrew
I have an a problem with the system update. Whenever i run it it changes the database engine of all my tables from InnoDB back to MyISAM.
I use transaction statements on some of the tables. MyISAM is not a transaction engine.
At them moment i have run an sql statement to generate an ALTER TABLE list to convert them back. I leave all the 'zzzz' systems tables as MyISAM
Is there any reason why it alters the db engine of non system tables?
Andrew