Bug 8289 Upgrading from 2.2 does not work anymore
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 22 Jun 2012 09:10:18 +0000 (11:10 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 25 Jun 2012 21:31:45 +0000 (09:31 +1200)
commit4cb0aa5d30dd044f50b9caacb59cd7bf39226070
tree6fee23423bfbcb318b0b60c30a9af64a801d757c
parentdfecab9f1106c7cd924517d5bbde23614173ae54
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>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
installer/data/mysql/update22to30.pl