The updatedatabase22to30.pl script update the engine from MyISAM to InnoDB for most tables. However, the TYPE=InnoDB was deprecated, and is not removed. The correct syntax is now ENGINE=InnoDB
Created attachment 10425 [details] [review] Bug 8289 Upgrading from 2.2 does not work anymore The updatedatabase22to30.pl script update the engine from MyISAM to InnoDB for most tables. However, the TYPE=InnoDB was deprecated, and is not removed. The correct syntax is now ENGINE=InnoDB
Created attachment 10446 [details] [review] Bug 8289 Upgrading from 2.2 does not work anymore The updatedatabase22to30.pl script update the engine from MyISAM to InnoDB for most tables. However, the TYPE=InnoDB was deprecated, and is not removed. The correct syntax is now ENGINE=InnoDB Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Passed QA
Simple but useful change, pushing to 3.8.x will be in 3.8.3